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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???猥??? | 0011111100111111001111111110000011001110001111110011111100111111 | 3f3f3fe0ce3f3f3f |
| EUC-JP | ???猥??? | 0011111100111111001111111110000011010000001111110011111100111111 | 3f3f3fe0d03f3f3f |
| UTF-8 | 練쇔갰猥덄툧溫 | 111011111010011010010110111011001000011110010100111010101011000010110000111001111000110010100101111010111000110110000100111011011000100010100111111001101011101010101011 | efa696ec8794eab0b0e78ca5eb8d84ed88a7e6baab |
| UHC | 練쇔갰猥덄툧溫 | 1110011011011111101111001110010110110000101110101110100011100101100010001110011110111000100111101110100010101110 | e6dfbce5b0bae8e588e7b89ee8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)