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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
UTF-8 | 챙짹혬B챙째 | 11101100101100011001100111101100101001111011100111101101100110001010110001000010111011001011000110011001111011001010011110111000 | ecb199eca7b9ed98ac42ecb199eca7b8 |
UHC | 챙짹혬B챙째 | 1100001110101100110000101011000111000010100101000100001011000011101011001100001010110000 | c3acc2b1c29442c3acc2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)