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 | 00111111111110110110011101000010 | 3ffb6742 |
EUC-JP | 瀣琦B | 10001111110010011011000110001111110011001010101101000010 | 8fc9b18fccab42 |
UTF-8 | 瀣琦B | 11100111100000001010001111100111100100001010011001000010 | e780a3e790a642 |
UHC | 瀣琦B | 1111101010101110110100011010110101000010 | faaed1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)