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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 簇竭?? | 111000101100011011100010100100010011111100111111 | e2c6e2913f3f |
| EUC-JP | 簇竭?? | 111001001100100011100011111100010011111100111111 | e4c8e3f13f3f |
| UTF-8 | 簇竭렯€ | 111001111011000010000111111001111010101110101101111010111010000010101111111000101000001010101100 | e7b087e7abadeba0afe282ac |
| UHC | 簇竭렯€ | 1111000011101010110010101110011010001110101111001010001011100110 | f0eacae68ebca2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)