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 | 00111111001111110011111101001001011011110100001001000110 | 3f3f3f496f4246 |
SJIS-WIN | 譽??IoBF | 1110011010100011001111110011111101001001011011110100001001000110 | e6a33f3f496f4246 |
EUC-JP | 譽??IoBF | 1110110010100101001111110011111101001001011011110100001001000110 | eca53f3f496f4246 |
UTF-8 | 譽긴퍟IoBF | 11101000101011011011110111101010101110001011010011101101100011011001111101001001011011110100001001000110 | e8adbdeab8b4ed8d9f496f4246 |
UHC | 譽긴퍟IoBF | 11100111111000101011000111100100101110111001011001001001011011110100001001000110 | e7e2b1e4bb96496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)