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 | 彗??馨?? | 1001110001100001001111110011111110001010010111010011111100111111 | 9c613f3f8a5d3f3f |
| EUC-JP | 彗??馨?? | 1101011111000010001111110011111110110011101111100011111100111111 | d7c23f3fb3be3f3f |
| UTF-8 | 彗륃뻼馨됳뼅 | 111001011011110110010111111010111010010110000011111010111011101110111100111010011010011010101000111010111001000010110011111010111011110010000101 | e5bd97eba583ebbbbce9a6a8eb90b3ebbc85 |
| UHC | 彗륃뻼馨됳뼅 | 111110111011001010001111111011101001011010000111111110111011000010001001111011101001011010001111 | fbb28fee9687fbb089ee968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)