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 | èߨhèß | 111010001101111110101000011010001110100011011111 | e8dfa868e8df |
SJIS-WIN | ??¨h?? | 00111111001111111000000101001110011010000011111100111111 | 3f3f814e683f3f |
EUC-JP | èߨhèß | 100011111010101110110010100011111010100111001110101000011010111101101000100011111010101110110010100011111010100111001110 | 8fabb28fa9cea1af688fabb28fa9ce |
UTF-8 | èߨhèß | 1100001110101000110000111001111111000010101010000110100011000011101010001100001110011111 | c3a8c39fc2a868c3a8c39f |
UHC | ?ߨh?ß | 001111111010100110101100101000011010011101101000001111111010100110101100 | 3fa9aca1a7683fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)