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 | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | 鱆軸鈐室u^ | 11101001111000011000111010110010111110111100001010001110101110100111010101011110 | e9e18eb2fbc28eba755e |
| EUC-JP | 鱆軸鈐室u^ | 1111001011100011101111001011010010001111111000111100000110111100101111000111010101011110 | f2e3bcb48fe3c1bcbc755e |
| UTF-8 | 鱆軸鈐室u^ | 1110100110110001100001101110100010111011101110001110100110001000100100001110010110101110101001000111010101011110 | e9b186e8bbb8e98890e5aea4755e |
| UHC | ?軸鈐室u^ | 001111111111010111101110110011001010001011100011111110000111010101011110 | 3ff5eecca2e3f8755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)