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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?臨B | 00111111100101111101010101000010 | 3f97d542 |
EUC-JP | ?臨B | 00111111110011101101011101000010 | 3fced742 |
UTF-8 | 뤀臨B | 11101011101001001000000011101000100001111010100001000010 | eba480e887a842 |
UHC | 뤀臨B | 1000111110110001110101111111110001000010 | 8fb1d7fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)