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 | 驢ッ閭也」ャ | 111010011000011010101111111010001000001110010110111001111010001110101100 | e986afe88396e7a3ac |
EUC-JP | 驢ッ閭也」ャ | 111100011110011010001110101011111110111111100011110011001110100110001110101000111000111010101100 | f1e68eafefe3cce98ea38eac |
UTF-8 | 驢ッ閭也」ャ | 111010011010100110100010111011111011110110101111111010011001011010101101111001001011100110011111111011111011110110100011111011111011110110101100 | e9a9a2efbdafe996ade4b99fefbda3efbdac |
UHC | 驢?閭也?? | 110101011111000000111111110101011110111111100101101001010011111100111111 | d5f03fd5efe5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)