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 | æî¥EE | 1110011011101110101001010100010101000101 | e6eea54545 |
SJIS-WIN | ??¥EE | 001111110011111110000001100011110100010101000101 | 3f3f818f4545 |
EUC-JP | æî?EE | 100011111010100111000001100011111010101111000010001111110100010101000101 | 8fa9c18fabc23f4545 |
UTF-8 | æî¥EE | 1100001110100110110000111010111011000010101001010100010101000101 | c3a6c3aec2a54545 |
UHC | æ??EE | 101010011010000100111111001111110100010101000101 | a9a13f3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)