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?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
SJIS-WIN | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
EUC-JP | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
UTF-8 | 챕챨혺혪혴B챕쩍 | 11101100101100011001010111101100101100011010100011101101100110001011101011101101100110001010101011101101100110001011010001000010111011001011000110010101111011001010100110001101 | ecb195ecb1a8ed98baed98aaed98b442ecb195eca98d |
UHC | 챕챨혺혪혴B챕쩍 | 110000111010100111000011101100001100001010011111110000101001001011000010100110110100001011000011101010011100001010111101 | c3a9c3b0c29fc292c29b42c3a9c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)