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 | 111001101001100110011111011011110100001001000110 | e6999f6f4246 |
EUC-JP | 譎殪BF | 111010111111100111011101110100000100001001000110 | ebf9ddd04246 |
UTF-8 | 譎殪BF | 1110100010101101100011101110011010101110101010100100001001000110 | e8ad8ee6aeaa4246 |
UHC | 譎?BF | 1111110111010010001111110100001001000110 | fdd23f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)