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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 鈞。C | 11100111111000001010000101000011 | e7e0a143 |
EUC-JP | 鈞。C | 1110111011100010100011101010000101000011 | eee28ea143 |
UTF-8 | 鈞。C | 11101001100010001001111011101111101111011010000101000011 | e9889eefbda143 |
UHC | 鈞?C | 11010000101101110011111101000011 | d0b73f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)