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 | ???~~ | 0011111100111111001111110111111001111110 | 3f3f3f7e7e |
SJIS-WIN | ??ぁ~~ | 001111110011111110000010100111110111111001111110 | 3f3f829f7e7e |
EUC-JP | ??ぁ~~ | 001111110011111110100100101000010111111001111110 | 3f3fa4a17e7e |
UTF-8 | 룶欄ぁ~~ | 1110101110100011101101101110111110100100100111011110001110000001100000010111111001111110 | eba3b6efa49de381817e7e |
UHC | 룶欄ぁ~~ | 1000111110101011110100011110110110101010101000010111111001111110 | 8fabd1edaaa17e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)