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 | 淅??淅? | 10011111110001100011111100111111100111111100011000111111 | 9fc63f3f9fc63f |
EUC-JP | 淅??淅奭 | 110111101100100000111111001111111101111011001000100011111011100011111110 | dec83f3fdec88fb8fe |
UTF-8 | 淅롛롌淅奭 | 111001101011011110000101111010111010000110011011111010111010000110001100111001101011011110000101111001011010010110101101 | e6b785eba19beba18ce6b785e5a5ad |
UHC | 淅롛롌淅奭 | 11100000101100101000111011011111100011101101001011100000101100101110000010101011 | e0b28edf8ed2e0b2e0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)