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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | ??ヘIB | 001111110011111110000011011101110100100101000010 | 3f3f83774942 |
EUC-JP | ??ヘIB | 001111110011111110100101110110000100100101000010 | 3f3fa5d84942 |
UTF-8 | 룵殺ヘIB | 1110101110100011101101011110111110100101101100001110001110000011100110000100100101000010 | eba3b5efa5b0e383984942 |
UHC | 룵殺ヘIB | 1000111110101010111000011110110110101011110110000100100101000010 | 8faae1edabd84942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)