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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶸覘鶉 | 111010100101001111100110010011001110101001000111 | ea53e64cea47 |
EUC-JP | 鶸覘鶉 | 111100111011010011101011101011011111001110101000 | f3b4ebadf3a8 |
UTF-8 | 鶸覘鶉 | 111010011011011010111000111010001010011010011000111010011011011010001001 | e9b6b8e8a698e9b689 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)