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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 寤??倚? | 10011011100010000011111100111111100110001101111100111111 | 9b883f3f98df3f |
| EUC-JP | 寤??倚? | 11010101111010000011111100111111110100001110000100111111 | d5e83f3fd0e13f |
| UTF-8 | 寤륁눥倚쒫 | 111001011010111110100100111010111010010110000001111010111000100010100101111001011000000010011010111011001001001010101011 | e5afa4eba581eb88a5e5809aec92ab |
| UHC | 寤륁눥倚쒫 | 11100111111101011000111111101100100001111011110011101011111011111001110101000010 | e7f58fec87bcebef9d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)