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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 鈐室c^ | 111110111100001010001110101110100110001101011110 | fbc28eba635e |
EUC-JP | 鈐室c^ | 10001111111000111100000110111100101111000110001101011110 | 8fe3c1bcbc635e |
UTF-8 | 鈐室c^ | 1110100110001000100100001110010110101110101001000110001101011110 | e98890e5aea4635e |
UHC | 鈐室c^ | 110011001010001011100011111110000110001101011110 | cca2e3f8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)