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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闢厶榊香髏 | 11101000100100111001100111010001100011011110010110001101100000011110100110010000 | e89399d18de58d81e990 |
EUC-JP | 闢厶榊香髏 | 11101111111100111101001011010011101110101110011110111001111000011111000111110000 | eff3d2d3bae7b9e1f1f0 |
UTF-8 | 闢厶榊香髏 | 111010011001011110100010111001011000111010110110111001101010011010001010111010011010011010011001111010011010101110001111 | e997a2e58eb6e6a68ae9a699e9ab8f |
UHC | 闢??香? | 11011100101000110011111100111111111110101100010100111111 | dca33f3ffac53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)