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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 椀輪\ | 1001100001101111100101111101011001011100 | 986f97d65c |
EUC-JP | 椀輪\ | 1100111111010000110011101101100001011100 | cfd0ced85c |
UTF-8 | 椀輪\ | 11100110101001001000000011101000101111001010101001011100 | e6a480e8bcaa5c |
UHC | 椀輪\ | 1110100011001010110101111100011101011100 | e8cad7c75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)