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?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
SJIS-WIN | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
EUC-JP | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
UTF-8 | 청B쩐첬짧째혦쩐 | 11101100101100101010110101000010111011001010100110010000111011001011001010101100111011001010011110100111111011001010011110111000111011011001100010100110111011001010100110010000 | ecb2ad42eca990ecb2aceca7a7eca7b8ed98a6eca990 |
UHC | 청B쩐첬짧째혦쩐 | 110000111011101101000010110000101011111011000011101110101100001010101010110000101011000011000010100011101100001010111110 | c3bb42c2bec3bac2aac2b0c28ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)