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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??煙巡B | 00111111001111111000100110001100100011111000010001000010 | 3f3f898c8f8442 |
EUC-JP | ??煙巡B | 00111111001111111011000111101100101111011110010001000010 | 3f3fb1ecbde442 |
UTF-8 | 롇롗煙巡B | 11101011101000011000011111101011101000011001011111100111100001011001100111100101101101111010000101000010 | eba187eba197e78599e5b7a142 |
UHC | 롇롗煙巡B | 100011101100110110001110110110111110011011010101111000101101111001000010 | 8ecd8edbe6d5e2de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)