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 | ??ß | 001111110011111111011111 | 3f3fdf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??ß | 0011111100111111100011111010100111001110 | 3f3f8fa9ce |
UTF-8 | 룵퀛ß | 1110101110100011101101011110110110000000100110111100001110011111 | eba3b5ed809bc39f |
UHC | 룵퀛ß | 100011111010101010110011100011111010100110101100 | 8faab38fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)