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 | ???AG | 0011111100111111001111110100000101000111 | 3f3f3f4147 |
SJIS-WIN | ???AG | 0011111100111111001111110100000101000111 | 3f3f3f4147 |
EUC-JP | ???AG | 0011111100111111001111110100000101000111 | 3f3f3f4147 |
UTF-8 | 閭롦릍AG | 1110111110100110100001101110101110100001101001101110101110100110100011010100000101000111 | efa686eba1a6eba68d4147 |
UHC | 閭롦릍AG | 1110011010101101100011101110011010111000101011000100000101000111 | e6ad8ee6b8ac4147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)