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 | ???悠? | 001111110011111100111111100101110100100100111111 | 3f3f3f97493f |
| EUC-JP | 孼??悠? | 1000111110111010110000110011111100111111110011011010101000111111 | 8fbac33f3fcdaa3f |
| UTF-8 | 孼뜰끀悠폙 | 111001011010110110111100111010111001110010110000111010111000000110000000111001101000001010100000111011011000111110011001 | e5adbceb9cb0eb8180e682a0ed8f99 |
| UHC | 孼뜰끀悠폙 | 11100101111011011011011011100011100001011011011011101010111011011011110101000010 | e5edb6e385b6eaedbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)