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 | 翁?祉?? | 10001001101001010011111110001110100000110011111100111111 | 89a53f8e833f3f |
| EUC-JP | 翁?祉?? | 10110010101001110011111110111011111000110011111100111111 | b2a73fbbe33f3f |
| UTF-8 | 翁렫祉곌렱 | 111001111011111110000001111010111010000010101011111001111010010110001001111010101011001110001100111010111010000010110001 | e7bf81eba0abe7a589eab38ceba0b1 |
| UHC | 翁렫祉곌렱 | 11101000101110101000111010111001111100101011001110110000111010101000111010111110 | e8ba8eb9f2b3b0ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)