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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?任???B | 00111111100101000100001100111111001111110011111101000010 | 3f94433f3f3f42 |
EUC-JP | ?任???B | 00111111110001111010010000111111001111110011111101000010 | 3fc7a43f3f3f42 |
UTF-8 | 롅任렒롏렫B | 11101011101000011000010111100100101110111011101111101011101000001001001011101011101000011000111111101011101000001010101101000010 | eba185e4bbbbeba092eba18feba0ab42 |
UHC | 롅任렒롏렫B | 1000111011001011111011001111001010001110101001111000111011010101100011101011100101000010 | 8ecbecf28ea78ed58eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)