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 | âgN | 11100010011001111000000101001110 | e267814e |
SJIS-WIN | ?g?N | 00111111011001110011111101001110 | 3f673f4e |
EUC-JP | âg?N | 100011111010101110100100011001110011111101001110 | 8faba4673f4e |
UTF-8 | âgN | 110000111010001001100111110000101000000101001110 | c3a267c2814e |
UHC | ?g?N | 00111111011001110011111101001110 | 3f673f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)