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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 只脈?? | 100100011111110010010110101011000011111100111111 | 91fc96ac3f3f |
| EUC-JP | 只脈?? | 110000101111111011001100101011100011111100111111 | c2feccae3f3f |
| UTF-8 | 只脈렲렢 | 111001011000111110101010111010001000010010001000111010111010000010110010111010111010000010100010 | e58faae88488eba0b2eba0a2 |
| UHC | 只脈렲렢 | 1111000111111110110110001110011010001110101111111000111010110011 | f1fed8e68ebf8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)