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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ???獒? | 00111111001111110011111110001111110010111011101100111111 | 3f3f3f8fcbbb3f |
| UTF-8 | 蓮용쓣獒좦 | 111011111010011010011001111011001001101010101001111011001001001110100011111001111000110110010010111011001010001010100110 | efa699ec9aa9ec93a3e78d92eca2a6 |
| UHC | 蓮용쓣獒좦 | 11100110111001011011111111101011100111011000010011101000101000111010000101000010 | e6e5bfeb9d84e8a3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)