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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 蔣??? | 100011111101100110110110001111110011111100111111 | 8fd9b63f3f3f |
UTF-8 | 蔣淚렩렊 | 111010001001010010100011111011111010010110001101111010111010000010101001111010111010000010001010 | e894a3efa58deba0a9eba08a |
UHC | 蔣淚렩렊 | 1110110111111000110100101110011110001110101101111000111010100001 | edf8d2e78eb78ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)