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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 瀅??W | 1111101101001110001111110011111101010111 | fb4e3f3f57 |
EUC-JP | 瀅??W | 100011111100100110101011001111110011111101010111 | 8fc9ab3f3f57 |
UTF-8 | 瀅싵뼃W | 11100111100000001000010111101100100010111011010111101011101111001000001101010111 | e78085ec8bb5ebbc8357 |
UHC | 瀅싵뼃W | 11111011101001001001101011101110100101101000110101010111 | fba49aee968d57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)