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 | ?х?? | 0011111110000100100001110011111100111111 | 3f84873f3f |
EUC-JP | 絪х?? | 10001111110100111110110010100111111001110011111100111111 | 8fd3eca7e73f3f |
UTF-8 | 絪х댂琉 | 1110011110110101101010101101000110000101111010111000110010000010111011111010011110001100 | e7b5aad185eb8c82efa78c |
UHC | 絪х댂琉 | 1110110011011111101011001110011110001000101011011110101110100100 | ecdface788adeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)