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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 洩祗oBF | 10001001011010111110001001001100011011110100001001000110 | 896be24c6f4246 |
EUC-JP | 洩祗oBF | 10110001110011001110001110101101011011110100001001000110 | b1cce3ad6f4246 |
UTF-8 | 洩祗oBF | 111001101011010010101001111001111010010110010111011011110100001001000110 | e6b4a9e7a5976f4246 |
UHC | 洩祗oBF | 11100000110111011111001010110100011011110100001001000110 | e0ddf2b46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)