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 | 燿??豫 | 111000001010000000111111001111111001100010101100 | e0a03f3f98ac |
| EUC-JP | 燿??豫 | 111000001010001000111111001111111101000010101110 | e0a23f3fd0ae |
| UTF-8 | 燿쒏퀗豫 | 111001111000011110111111111011001001001010001111111011011000000010010111111010001011000110101011 | e787bfec928fed8097e8b1ab |
| UHC | 燿쒏퀗豫 | 1110100011111100100111001110011010110011100011001110011111100011 | e8fc9ce6b38ce7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)