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 | 緋躁? | 1001010011101010111001110100111000111111 | 94eae74e3f |
| EUC-JP | 緋躁? | 1100100011101100111011011010111100111111 | c8ecedaf3f |
| UTF-8 | 緋躁♨ | 111001111011011110001011111010001011101010000001111000101001100110101000 | e7b78be8ba81e299a8 |
| UHC | 緋躁♨ | 110111011111110011110000111000101010001011001101 | ddfcf0e2a2cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)