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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯???? | 111010011111001000111111001111110011111100111111 | e9f23f3f3f3f |
EUC-JP | 鶯???? | 111100101111010000111111001111110011111100111111 | f2f43f3f3f3f |
UTF-8 | 鶯ㅳ렔栒곩 | 111010011011011010101111111000111000010110110011111010111010000010010100111001101010000010010010111010101011001110101001 | e9b6afe385b3eba094e6a092eab3a9 |
UHC | 鶯ㅳ렔栒곩 | 11100101101000111010010011100011100011101010100111100010111000111000000111100101 | e5a3a4e38ea9e2e381e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)