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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞視Г襞 | 1110010111111100100011101000101110000100010000111110010111111100 | e5fc8e8b8443e5fc |
EUC-JP | 襞視Г襞 | 1110101011111110101110111110101110100111101001001110101011111110 | eafebbeba7a4eafe |
UTF-8 | 襞視Г襞 | 1110100010100101100111101110100010100110100101101101000010010011111010001010010110011110 | e8a59ee8a696d093e8a59e |
UHC | ?視Г? | 001111111110001111001010101011001010010000111111 | 3fe3caaca43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)