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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 循級? | 1000111101111010100010111000100100111111 | 8f7a8b893f |
| EUC-JP | 循級? | 1011110111011011101101011110100100111111 | bddbb5e93f |
| UTF-8 | 循級향 | 111001011011111010101010111001111011010010011010111011011001011010100101 | e5beaae7b49aed96a5 |
| UHC | 循級향 | 111000101110000011010000111001001100011111100010 | e2e0d0e4c7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)