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 | 燿??瓦℡? | 111000001010000000111111001111111000101010100010100001111000010000111111 | e0a03f3f8aa287843f |
| EUC-JP | 燿??瓦?? | 1110000010100010001111110011111110110100101001000011111100111111 | e0a23f3fb4a43f3f |
| UTF-8 | 燿먲쉑瓦℡떵 | 111001111000011110111111111010111010100010110010111011001000100110010001111001111001001110100110111000101000010010100001111010111001011010110101 | e787bfeba8b2ec8991e793a6e284a1eb96b5 |
| UHC | 燿먲쉑瓦℡떵 | 111010001111110010010000111011111011110110100111111010001011111110100010111001011011011010111010 | e8fc90efbda7e8bfa2e5b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)