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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 支?W | 10001110011110000011111101010111 | 8e783f57 |
EUC-JP | 支?W | 10111011110110010011111101010111 | bbd93f57 |
UTF-8 | 支렜W | 11100110100101001010111111101011101000001001110001010111 | e694afeba09c57 |
UHC | 支렜W | 1111001010101000100011101010111001010111 | f2a88eae57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)