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 | 析??淅 | 100100001100110100111111001111111001111111000110 | 90cd3f3f9fc6 |
EUC-JP | 析??淅 | 110000001100111100111111001111111101111011001000 | c0cf3f3fdec8 |
UTF-8 | 析롛롉淅 | 111001101001111010010000111010111010000110011011111010111010000110001001111001101011011110000101 | e69e90eba19beba189e6b785 |
UHC | 析롛롉淅 | 1110000010110000100011101101111110001110110011111110000010110010 | e0b08edf8ecfe0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)