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^ | 1001001011111011001111110110001101011110 | 92fb3f635e |
EUC-JP | 蹄?c^ | 1100010011111101001111110110001101011110 | c4fd3f635e |
UTF-8 | 蹄렗c^ | 1110100010111001100001001110101110100000100101110110001101011110 | e8b984eba097635e |
UHC | 蹄렗c^ | 111100001011010010001110101011000110001101011110 | f0b48eac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)