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 | 001111110011111101010111 | 3f3f57 |
EUC-JP | ??W | 001111110011111101010111 | 3f3f57 |
UTF-8 | 맽뢿W | 11101011101001111011110111101011101000101011111101010111 | eba7bdeba2bf57 |
UHC | 맽뢿W | 1001000010111110100011111000001001010111 | 90be8f8257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)