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 | 碣f諷 | 111000011111000010000010100001101110011010000101 | e1f08286e685 |
EUC-JP | 碣f諷 | 111000101111001010100011111001101110101111100101 | e2f2a3e6ebe5 |
UTF-8 | 碣f諷 | 111001111010001010100011111011111011110110000110111010001010101110110111 | e7a2a3efbd86e8abb7 |
UHC | 碣f諷 | 110010101110010110100011111001101111100110100100 | cae5a3e6f9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)