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 | 001111110011111101000010 | 3f3f42 |
EUC-JP | 濩?B | 1000111111001001101001000011111101000010 | 8fc9a43f42 |
UTF-8 | 濩렏B | 11100110101111111010100111101011101000001000111101000010 | e6bfa9eba08f42 |
UHC | 濩렏B | 1111101111001101100011101010010101000010 | fbcd8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)