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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????舌? | 00111111001111110011111100111111100100001110001100111111 | 3f3f3f3f90e33f |
EUC-JP | ????舌? | 00111111001111110011111100111111110000001110010100111111 | 3f3f3f3fc0e53f |
UTF-8 | 롍렫롍렜舌롊 | 111010111010000110001101111010111010000010101011111010111010000110001101111010111010000010011100111010001000100010001100111010111010000110001010 | eba18deba0abeba18deba09ce8888ceba18a |
UHC | 롍렫롍렜舌롊 | 100011101101001110001110101110011000111011010011100011101010111011100000110111111000111011010000 | 8ed38eb98ed38eaee0df8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)