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 | 彗??蘂? | 10011100011000010011111100111111111001010100000100111111 | 9c613f3fe5413f |
| EUC-JP | 彗??蘂? | 11010111110000100011111100111111111010011010001000111111 | d7c23f3fe9a23f |
| UTF-8 | 彗륃맆蘂⅛ | 111001011011110110010111111010111010010110000011111010111010011110000110111010001001100010000010111000101000010110011011 | e5bd97eba583eba786e89882e2859b |
| UHC | 彗륃맆蘂⅛ | 11111011101100101000111111101110100100001010000011100111110111101010100011111011 | fbb28fee90a0e7dea8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)