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 | âgb | 11100010011001111000110101100010 | e2678d62 |
SJIS-WIN | ?g?b | 00111111011001110011111101100010 | 3f673f62 |
EUC-JP | âg?b | 100011111010101110100100011001110011111101100010 | 8faba4673f62 |
UTF-8 | âgb | 110000111010001001100111110000101000110101100010 | c3a267c28d62 |
UHC | ?g?b | 00111111011001110011111101100010 | 3f673f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)