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 | 獻珞^ | 1110000011011001111000001110001001011110 | e0d9e0e25e |
EUC-JP | 獻珞^ | 1110000011011011111000001110010001011110 | e0dbe0e45e |
UTF-8 | 獻珞^ | 11100111100011011011101111100111100011111001111001011110 | e78dbbe78f9e5e |
UHC | 獻珞^ | 1111101011001100110101011010100001011110 | faccd5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)