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 | 迯剰弊 | 111001111000110110001111111010001001010110111110 | e78d8fe895be |
| EUC-JP | 迯剰弊 | 111011011110110110111110111010101100101011000000 | ededbeeacac0 |
| UTF-8 | 迯剰弊 | 111010001011111110101111111001011000100110110000111001011011110010001010 | e8bfafe589b0e5bc8a |
| UHC | ??弊 | 00111111001111111111100011001001 | 3f3ff8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)