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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 訝訝^ | 1110011001100010111001100110001001011110 | e662e6625e |
EUC-JP | 訝訝^ | 1110101111000011111010111100001101011110 | ebc3ebc35e |
UTF-8 | 訝訝^ | 11101000101010001001110111101000101010001001110101011110 | e8a89de8a89d5e |
UHC | 訝訝^ | 1110010010111000111001001011100001011110 | e4b8e4b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)