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 | 訃豪┥ | 111001100101110110001101100010111000010010111100 | e65d8d8b84bc |
| EUC-JP | 訃豪┥ | 111010111011111010111001111010111010100010111110 | ebbeb9eba8be |
| UTF-8 | 訃豪┥ | 111010001010100010000011111010001011000110101010111000101001010010100101 | e8a883e8b1aae294a5 |
| UHC | 訃豪┥ | 110111011011010111111011110111111010011010111110 | ddb5fbdfa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)