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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 底貊? | 1001001011101010111001101011101100111111 | 92eae6bb3f |
EUC-JP | 底貊? | 1100010011101100111011001011110100111111 | c4ececbd3f |
UTF-8 | 底貊껜 | 111001011011101010010101111010001011001010001010111010101011101110011100 | e5ba95e8b28aeabb9c |
UHC | 底貊껜 | 111011101011110011011000111001111011001010110100 | eebcd8e7b2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)