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 | ???Q~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | ??ぁQ~ | 001111110011111110000010100111110101000101111110 | 3f3f829f517e |
EUC-JP | ??ぁQ~ | 001111110011111110100100101000010101000101111110 | 3f3fa4a1517e |
UTF-8 | 룶欄ぁQ~ | 1110101110100011101101101110111110100100100111011110001110000001100000010101000101111110 | eba3b6efa49de38181517e |
UHC | 룶欄ぁQ~ | 1000111110101011110100011110110110101010101000010101000101111110 | 8fabd1edaaa1517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)