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 | 壯儡睹 | 100110101110000110011001010100111110000111001111 | 9ae19953e1cf |
EUC-JP | 壯儡睹 | 110101001110001111010001101101001110001011010001 | d4e3d1b4e2d1 |
UTF-8 | 壯儡睹 | 111001011010001110101111111001011000010010100001111001111001110110111001 | e5a3afe584a1e79db9 |
UHC | 壯儡睹 | 111011011110000011010110111011011101010010101001 | ede0d6edd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)