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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 闢房BF | 111010001001001110010110010110110100001001000110 | e893965b4246 |
EUC-JP | 闢房BF | 111011111111001111001011101111000100001001000110 | eff3cbbc4246 |
UTF-8 | 闢房BF | 1110100110010111101000101110011010001000101111110100001001000110 | e997a2e688bf4246 |
UHC | 闢房BF | 110111001010001111011011101011100100001001000110 | dca3dbae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)