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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 傲??円?? | 1001100011111100001111110011111110001001011111100011111100111111 | 98fc3f3f897e3f3f |
| EUC-JP | 傲??円?? | 1101000011111110001111110011111110110001110111110011111100111111 | d0fe3f3fb1df3f3f |
| UTF-8 | 傲뉑퓼円뗨툙 | 111001011000001010110010111010111000100110010001111011011001001110111100111001011000011010000110111010111001011110101000111011011000100010011001 | e582b2eb8991ed93bce58686eb97a8ed8899 |
| UHC | 傲뉑퓼円뗨툙 | 111001111110110010000111111001101011111110100000111001011111011110001011111010001011100010010000 | e7ec87e6bfa0e5f78be8b890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)