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 | 瀋ε?^ | 111000000110001110000011110000110011111101011110 | e06383c33f5e |
EUC-JP | 瀋ε?^ | 110111111100010010100110110001010011111101011110 | dfc4a6c53f5e |
UTF-8 | 瀋εㄵ^ | 111001111000000010001011110011101011010111100011100001001011010101011110 | e7808bceb5e384b55e |
UHC | 瀋εㄵ^ | 11100100101000111010010111100101101001001010010101011110 | e4a3a5e5a4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)