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 | î¤@\ | 1110111010001000101001000100000001011100 | ee88a4405c |
SJIS-WIN | ???@\ | 0011111100111111001111110100000001011100 | 3f3f3f405c |
EUC-JP | î?¤@\ | 100011111010101111000010001111111000111110100010111100000100000001011100 | 8fabc23f8fa2f0405c |
UTF-8 | î¤@\ | 1100001110101110110000101000100011000010101001000100000001011100 | c3aec288c2a4405c |
UHC | ??¤@\ | 001111110011111110100010101101000100000001011100 | 3f3fa2b4405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)