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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 渫[渫[^ | 10011111110101100101101110011111110101100101101101011110 | 9fd65b9fd65b5e |
EUC-JP | 渫[渫[^ | 11011110110110000101101111011110110110000101101101011110 | ded85bded85b5e |
UTF-8 | 渫[渫[^ | 111001101011100010101011010110111110011010111000101010110101101101011110 | e6b8ab5be6b8ab5b5e |
UHC | 渫[渫[^ | 11100000110111100101101111100000110111100101101101011110 | e0de5be0de5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)