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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 瀣?? | 1000111111001001101100010011111100111111 | 8fc9b13f3f |
| UTF-8 | 瀣밭돻 | 111001111000000010100011111010111011000010101101111010111000111110111011 | e780a3ebb0adeb8fbb |
| UHC | 瀣밭돻 | 111110101010111010111001111001111000100110111110 | faaeb9e789be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)