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 | ????⑦? | 00111111001111110011111100111111100001110100011000111111 | 3f3f3f3f87463f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 梨붿콈梨⑦쉲 | 111011111010011110100010111010111011011010111111111011001011110110001000111011111010011110100010111000101001000110100110111011001000100110110010 | efa7a2ebb6bfecbd88efa7a2e291a6ec89b2 |
| UHC | 梨붿콈梨⑦쉲 | 111011001011000110010100111011001011000110000100111011001011000110101000111011011001101010001001 | ecb194ecb184ecb1a8ed9a89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)