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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 兀??諛 | 100110010101100100111111001111111110011010000111 | 99593f3fe687 |
| EUC-JP | 兀??諛 | 110100011011101000111111001111111110101111100111 | d1ba3f3febe7 |
| UTF-8 | 兀볡뱩諛 | 111001011000010110000000111010111011001110100001111010111011000110101001111010001010101110011011 | e58580ebb3a1ebb1a9e8ab9b |
| UHC | 兀볡뱩諛 | 1110100010110100100100111110011110010011100011111110101110110000 | e8b493e7938febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)