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 | 甕甕^ | 1110000101010000111000010101000001011110 | e150e1505e |
EUC-JP | 甕甕^ | 1110000110110001111000011011000101011110 | e1b1e1b15e |
UTF-8 | 甕甕^ | 11100111100101001001010111100111100101001001010101011110 | e79495e794955e |
UHC | 甕甕^ | 1110100010111000111010001011100001011110 | e8b8e8b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)