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 | ???檣? | 001111110011111100111111100111101111110000111111 | 3f3f3f9efc3f |
EUC-JP | 珽??檣? | 1000111111001011111111100011111100111111110111001111111000111111 | 8fcbfe3f3fdcfe3f |
UTF-8 | 珽띤떼檣렋 | 111001111000111110111101111010111001110110100100111010111001011010111100111001101010101010100011111010111010000010001011 | e78fbdeb9da4eb96bce6aaa3eba08b |
UHC | 珽띤떼檣렋 | 11101111111010101011011011101101101101101011110011101101111010101000111010100010 | efeab6edb6bcedea8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)