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 | 襞私戎 | 111001011111110010001110100001001000111101011110 | e5fc8e848f5e |
EUC-JP | 襞私戎 | 111010101111111010111011111001001011110110111111 | eafebbe4bdbf |
UTF-8 | 襞私戎 | 111010001010010110011110111001111010011110000001111001101000100010001110 | e8a59ee7a781e6888e |
UHC | ?私戎 | 0011111111011110111001111110101111010100 | 3fdee7ebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)