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 | ¹Ît | 101110011100111001110100 | b9ce74 |
SJIS-WIN | ??t | 001111110011111101110100 | 3f3f74 |
EUC-JP | ?Ît | 0011111110001111101010101100001001110100 | 3f8faac274 |
UTF-8 | ¹Ît | 1100001010111001110000111000111001110100 | c2b9c38e74 |
UHC | ¹?t | 10101001111101100011111101110100 | a9f63f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)