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\ | 0011111100111111001111110101000101011100 | 3f3f3f515c |
SJIS-WIN | ??オQ\ | 001111110011111110000011010010010101000101011100 | 3f3f8349515c |
EUC-JP | ??オQ\ | 001111110011111110100101101010100101000101011100 | 3f3fa5aa515c |
UTF-8 | 룶欄オQ\ | 1110101110100011101101101110111110100100100111011110001110000010101010100101000101011100 | eba3b6efa49de382aa515c |
UHC | 룶欄オQ\ | 1000111110101011110100011110110110101011101010100101000101011100 | 8fabd1edabaa515c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)