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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 趙?? | 11100110111000100011111100111111 | e6e23f3f |
| EUC-JP | 趙?? | 11101100111001000011111100111111 | ece43f3f |
| UTF-8 | 趙얕쐈 | 111010001011011010011001111011001001011010010101111011001001000010001000 | e8b699ec9695ec9088 |
| UHC | 趙얕쐈 | 111100001110000110111110111010001011110111111010 | f0e1bee8bdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)