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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 曖??^ | 1001111001000010001111110011111101011110 | 9e423f3f5e |
EUC-JP | 曖??^ | 1101101110100011001111110011111101011110 | dba33f3f5e |
UTF-8 | 曖럮뢞^ | 11100110100110111001011011101011100111111010111011101011101000101001111001011110 | e69b96eb9faeeba29e5e |
UHC | 曖럮뢞^ | 11100100111100101000111010001111100011110101100101011110 | e4f28e8f8f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)