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 | AZELHU | 1001001001000001100100100101101010010010010001011001001001001100100100100100100001010101 | 9241925a9245924c924855 |
SJIS-WIN | ?A?Z?E?L?HU | 0011111101000001001111110101101000111111010001010011111101001100001111110100100001010101 | 3f413f5a3f453f4c3f4855 |
EUC-JP | ?A?Z?E?L?HU | 0011111101000001001111110101101000111111010001010011111101001100001111110100100001010101 | 3f413f5a3f453f4c3f4855 |
UTF-8 | AZELHU | 11000010100100100100000111000010100100100101101011000010100100100100010111000010100100100100110011000010100100100100100001010101 | c29241c2925ac29245c2924cc2924855 |
UHC | ?A?Z?E?L?HU | 0011111101000001001111110101101000111111010001010011111101001100001111110100100001010101 | 3f413f5a3f453f4c3f4855 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)