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혦쨔 | 11101100101100011010100011101100101010001001100011101101100110001010011011101100101010001000100111101100101100101010110101000010111011011001100010100110111011001010100010010100 | ecb1a8eca898ed98a6eca889ecb2ad42ed98a6eca894 |
UHC | 챨쨘혦쨉청B혦쨔 | 110000111011000011000010101110101100001010001110110000101011010111000011101110110100001011000010100011101100001010111001 | c3b0c2bac28ec2b5c3bb42c28ec2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)