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 | âWL | 11100010010101111001000001001100 | e257904c |
SJIS-WIN | ?W?L | 00111111010101110011111101001100 | 3f573f4c |
EUC-JP | âW?L | 100011111010101110100100010101110011111101001100 | 8faba4573f4c |
UTF-8 | âWL | 110000111010001001010111110000101001000001001100 | c3a257c2904c |
UHC | ?W?L | 00111111010101110011111101001100 | 3f573f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)