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 | 袿擘輙 | 111001011101110110011101101001001110011101101100 | e5dd9da4e76c |
EUC-JP | 袿擘輙 | 111010101101111111011010101001101110110111001101 | eadfdaa6edcd |
UTF-8 | 袿擘輙 | 111010001010001010111111111001101001001110011000111010001011110010011001 | e8a2bfe69398e8bc99 |
UHC | ?擘? | 00111111110110111111101100111111 | 3fdbfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)