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 | 馨???? | 100010100101110100111111001111110011111100111111 | 8a5d3f3f3f3f |
EUC-JP | 馨??蔣? | 1011001110111110001111110011111110001111110110011011011000111111 | b3be3f3f8fd9b63f |
UTF-8 | 馨딉풕蔣뺠 | 111010011010011010101000111010111001010010001001111011011001001010010101111010001001010010100011111010111011101010100000 | e9a6a8eb9489ed9295e894a3ebbaa0 |
UHC | 馨딉풕蔣뺠 | 11111011101100001000101011101111101111101001100011101101111110001001010111101000 | fbb08aefbe98edf895e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)