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 | ?IoBF | 0011111101001001011011110100001001000110 | 3f496f4246 |
SJIS-WIN | 鮮IoBF | 100100010100111001001001011011110100001001000110 | 914e496f4246 |
EUC-JP | 鮮IoBF | 110000011010111101001001011011110100001001000110 | c1af496f4246 |
UTF-8 | 鮮IoBF | 11101001101011101010111001001001011011110100001001000110 | e9aeae496f4246 |
UHC | 鮮IoBF | 111000001101100001001001011011110100001001000110 | e0d8496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)