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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綜?揄? | 100100011000111000111111100111011000100100111111 | 918e3f9d893f |
EUC-JP | 綜?揄? | 110000011110111000111111110110011110100100111111 | c1ee3fd9e93f |
UTF-8 | 綜섬揄렾 | 111001111011011010011100111011001000010010101100111001101000111110000100111010111010000010111110 | e7b69cec84ace68f84eba0be |
UHC | 綜섬揄렾 | 1111000011111100101111001011011011101010111100011000111011000110 | f0fcbcb6eaf18ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)