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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調???? | 100100101011001000111111001111110011111100111111 | 92b23f3f3f3f |
EUC-JP | 調???? | 110001001011010000111111001111110011111100111111 | c4b43f3f3f3f |
UTF-8 | 調띄렮렩롊 | 111010001010101010111111111010111001110110000100111010111010000010101110111010111010000010101001111010111010000110001010 | e8aabfeb9d84eba0aeeba0a9eba18a |
UHC | 調띄렮렩롊 | 11110000111000001011011011100111100011101011101110001110101101111000111011010000 | f0e0b6e78ebb8eb78ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)