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 | î¤^î¤^ | 1110111010001000101001000101111011101110100010001010010001011110 | ee88a45eee88a45e |
SJIS-WIN | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
EUC-JP | î?¤^î?¤^ | 10001111101010111100001000111111100011111010001011110000010111101000111110101011110000100011111110001111101000101111000001011110 | 8fabc23f8fa2f05e8fabc23f8fa2f05e |
UTF-8 | î¤^î¤^ | 1100001110101110110000101000100011000010101001000101111011000011101011101100001010001000110000101010010001011110 | c3aec288c2a45ec3aec288c2a45e |
UHC | ??¤^??¤^ | 00111111001111111010001010110100010111100011111100111111101000101011010001011110 | 3f3fa2b45e3f3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)