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 | æ¼å·E] | 1110011010111100100001101110010110011111101101110100010101011101 | e6bc86e59fb7455d |
SJIS-WIN | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
EUC-JP | æ??å??E] | 100011111010100111000001001111110011111110001111101010111010100100111111001111110100010101011101 | 8fa9c13f3f8faba93f3f455d |
UTF-8 | æ¼å·E] | 1100001110100110110000101011110011000010100001101100001110100101110000101001111111000010101101110100010101011101 | c3a6c2bcc286c3a5c29fc2b7455d |
UHC | æ¼???·E] | 1010100110100001101010001111100100111111001111110011111110100001101001000100010101011101 | a9a1a8f93f3f3fa1a4455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)