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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
EUC-JP | 鶯??轝?? | 111100101111010000111111001111111000111111100001101010100011111100111111 | f2f43f3f8fe1aa3f3f |
UTF-8 | 鶯밸젫轝뚮젉 | 111010011011011010101111111010111011000010111000111011001010000010101011111010001011110110011101111010111001101010101110111011001010000010001001 | e9b6afebb0b8eca0abe8bd9deb9aaeeca089 |
UHC | 鶯밸젫轝뚮젉 | 111001011010001110111001111010111010000010100011111001101010110010001100111010111010000010001011 | e5a3b9eba0a3e6ac8ceba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)