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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 晳罠u^ | 1111101011011001111100001111101011100011101010010111010101011110 | fad9f0fae3a9755e |
| EUC-JP | 晳?罠u^ | 1000111111000010110001000011111111100110101010110111010101011110 | 8fc2c43fe6ab755e |
| UTF-8 | 晳罠u^ | 1110011010011001101100111110111010000010101110011110011110111101101000000111010101011110 | e699b3ee82b9e7bda0755e |
| UHC | 晳??u^ | 111000001010111100111111001111110111010101011110 | e0af3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)