To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?營}?營{^ | 001111111001101001111010011111010011111110011010011110100111101101011110 | 3f9a7a7d3f9a7a7b5e |
EUC-JP | ?營}?營{^ | 001111111101001111011011011111010011111111010011110110110111101101011110 | 3fd3db7d3fd3db7b5e |
UTF-8 | 쑜營}쑜營{^ | 111011001001000110011100111001111000011110011111011111011110110010010001100111001110011110000111100111110111101101011110 | ec919ce7879f7dec919ce7879f7b5e |
UHC | 쑜營}쑜營{^ | 1001110010111011111001111011110101111101100111001011101111100111101111010111101101011110 | 9cbbe7bd7d9cbbe7bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)