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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | 珩?珽??? | 10001111110010111111011100111111100011111100101111111110001111110011111100111111 | 8fcbf73f8fcbfe3f3f3f |
| UTF-8 | 珩찰珽뤋퀚콵 | 111001111000111110101001111011001011000010110000111001111000111110111101111010111010010010001011111011011000000010011010111011001011110110110101 | e78fa9ecb0b0e78fbdeba48bed809aecbdb5 |
| UHC | 珩찰珽뤋퀚콵 | 111110111010100011000010111110111110111111101010100011111011101110110011100011101011001001000110 | fba8c2fbefea8fbbb38eb246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)