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 | 1001100001100000100110000110000001000010 | 9860986042 |
EUC-JP | 倭倭B | 1100111111000001110011111100000101000010 | cfc1cfc142 |
UTF-8 | 倭倭B | 11100101100000001010110111100101100000001010110101000010 | e580ade580ad42 |
UHC | 倭倭B | 1110100011011110111010001101111001000010 | e8dee8de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)