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 | ??@ | 001111110011111101000000 | 3f3f40 |
SJIS-WIN | 猜?@ | 11100000110010000011111101000000 | e0c83f40 |
EUC-JP | 猜?@ | 11100000110010100011111101000000 | e0ca3f40 |
UTF-8 | 猜枾@ | 11100111100011001001110011100110100111101011111001000000 | e78c9ce69ebe40 |
UHC | 猜枾@ | 1110001111000100111000111100001001000000 | e3c4e3c240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)