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 | 袿擘仆 | 111001011101110110011101101001001001100010111011 | e5dd9da498bb |
EUC-JP | 袿擘仆 | 111010101101111111011010101001101101000010111101 | eadfdaa6d0bd |
UTF-8 | 袿擘仆 | 111010001010001010111111111001101001001110011000111001001011101110000110 | e8a2bfe69398e4bb86 |
UHC | ?擘? | 00111111110110111111101100111111 | 3fdbfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)