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 | 芽??巖 | 100010011110100000111111001111111001101111011100 | 89e83f3f9bdc |
EUC-JP | 芽??巖 | 101100101110101000111111001111111101011011011110 | b2ea3f3fd6de |
UTF-8 | 芽띴뜥巖 | 111010001000101010111101111010111001110110110100111010111001110010100101111001011011011110010110 | e88abdeb9db4eb9ca5e5b796 |
UHC | 芽띴뜥巖 | 1110010010110100100011011110010010001101101010001110010011011100 | e4b48de48da8e4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)