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 | 予??魏→? | 100101110101110000111111001111111110100110110000100000011010100000111111 | 975c3f3fe9b081a83f |
| EUC-JP | 予??魏→? | 110011011011110100111111001111111111001010110010101000101010101000111111 | cdbd3f3ff2b2a2aa3f |
| UTF-8 | 予쀫쉘魏→뇻 | 111001001011101010001000111011001000000010101011111011001000100110011000111010011010110110001111111000101000011010010010111010111000011110111011 | e4ba88ec80abec8998e9ad8fe28692eb87bb |
| UHC | 予쀫쉘魏→뇻 | 111001011111100010010111111010111011110110101001111010101110000010100001111001101011010010100111 | e5f897ebbda9eae0a1e6b4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)