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 | ???E] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | ??ぁE] | 001111110011111110000010100111110100010101011101 | 3f3f829f455d |
EUC-JP | ??ぁE] | 001111110011111110100100101000010100010101011101 | 3f3fa4a1455d |
UTF-8 | 룵卽ぁE] | 1110101110100011101101011110010110001101101111011110001110000001100000010100010101011101 | eba3b5e58dbde38181455d |
UHC | 룵卽ぁE] | 1000111110101010111100011110110110101010101000010100010101011101 | 8faaf1edaaa1455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)