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 | 鶯??撓? | 11101001111100100011111100111111100111011001101000111111 | e9f23f3f9d9a3f |
EUC-JP | 鶯??撓? | 11110010111101000011111100111111110110011111101000111111 | f2f43f3fd9fa3f |
UTF-8 | 鶯볢쮿撓뉐 | 111010011011011010101111111010111011001110100010111011001010111010111111111001101001001010010011111010111000100110010000 | e9b6afebb3a2ecaebfe69293eb8990 |
UHC | 鶯볢쮿撓뉐 | 11100101101000111001001111101000101010001001101111101000111101011000011111100101 | e5a393e8a89be8f587e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)