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 | ?oBF | 00111111011011110100001001000110 | 3f6f4246 |
SJIS-WIN | 蘚oBF | 1110010101100100011011110100001001000110 | e5646f4246 |
EUC-JP | 蘚oBF | 1110100111000101011011110100001001000110 | e9c56f4246 |
UTF-8 | 蘚oBF | 111010001001100010011010011011110100001001000110 | e8989a6f4246 |
UHC | 蘚oBF | 1110000011010000011011110100001001000110 | e0d06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)