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 | 闢呵騒鬲 | 1110100010010011100110011110100010010001100110111110100110101101 | e89399e8919be9ad |
EUC-JP | 闢呵騒鬲 | 1110111111110011110100101110101011000001111110111111001010101111 | eff3d2eac1fbf2af |
UTF-8 | 闢呵騒鬲 | 111010011001011110100010111001011001000110110101111010011010100010010010111010011010110010110010 | e997a2e591b5e9a892e9acb2 |
UHC | 闢呵?? | 110111001010001111001010101001110011111100111111 | dca3caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)