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 | 籖牙ず罧 | 1110001011011101100010011110010110000010101110001110001110101100 | e2dd89e582b8e3ac |
| EUC-JP | 籖牙ず罧 | 1110010011011111101100101110011110100100101110101110011010101110 | e4dfb2e7a4bae6ae |
| UTF-8 | 籖牙ず罧 | 111001111011000110010110111001111000100110011001111000111000000110011010111001111011110110100111 | e7b196e78999e3819ae7bda7 |
| UHC | ?牙ず? | 001111111110010010110011101010101011101000111111 | 3fe4b3aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)