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 | 銕牙戟邏 | 1110011111101100100010011110010110001100100000011110011110110100 | e7ec89e58c81e7b4 |
| EUC-JP | 銕牙戟邏 | 1110111011101110101100101110011110110111111000011110111010110110 | eeeeb2e7b7e1eeb6 |
| UTF-8 | 銕牙戟邏 | 111010011000101010010101111001111000100110011001111001101000100010011111111010011000001010001111 | e98a95e78999e6889fe9828f |
| UHC | ?牙戟邏 | 00111111111001001011001111010000101111011101010110100100 | 3fe4b3d0bdd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)