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 | 筌μ??? | 11100010101000111000001111001010001111110011111100111111 | e2a383ca3f3f3f |
| EUC-JP | 筌μ?靷? | 111001001010010110100110110011000011111110001111111001111011110100111111 | e4a5a6cc3f8fe7bd3f |
| UTF-8 | 筌μ늿靷줒 | 1110011110101101100011001100111010111100111010111000101010111111111010011001110110110111111011001010010010010010 | e7ad8ccebceb8abfe99db7eca492 |
| UHC | 筌μ늿靷줒 | 11101111101001111010010111101100100010001000100011101100111001101010001001000010 | efa7a5ec8888ece6a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)