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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | ?賣鯊ァO | 00111111111001101100110011101001110000001010011101001111 | 3fe6cce9c0a74f |
| EUC-JP | 澰賣鯊ァO | 10001111110010001111011111101100110011101111001011000010100011101010011101001111 | 8fc8f7eccef2c28ea74f |
| UTF-8 | 澰賣鯊ァO | 11100110101111101011000011101000101100111010001111101001101011111000101011101111101111011010011101001111 | e6beb0e8b3a3e9af8aefbda74f |
| UHC | ?賣??O | 001111111101100011100011001111110011111101001111 | 3fd8e33f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)