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 | 芽??鴦 | 100010011110100000111111001111111110100111110001 | 89e83f3fe9f1 |
EUC-JP | 芽??鴦 | 101100101110101000111111001111111111001011110011 | b2ea3f3ff2f3 |
UTF-8 | 芽띴뜥鴦 | 111010001000101010111101111010111001110110110100111010111001110010100101111010011011010010100110 | e88abdeb9db4eb9ca5e9b4a6 |
UHC | 芽띴뜥鴦 | 1110010010110100100011011110010010001101101010001110010011101100 | e4b48de48da8e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)