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 | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
SJIS-WIN | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
EUC-JP | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
UTF-8 | 롍렚L栒 | 11101011101000011000110111101011101000001001101001001100111001101010000010010010 | eba18deba09a4ce6a092 |
UHC | 롍렚L栒 | 10001110110100111000111010101101010011001110001011100011 | 8ed38ead4ce2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)