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 | §k | 10001110101001111000110101101011 | 8ea78d6b |
SJIS-WIN | ?§?k | 0011111110000001100110000011111101101011 | 3f81983f6b |
EUC-JP | ?§?k | 0011111110100001111110000011111101101011 | 3fa1f83f6b |
UTF-8 | §k | 11000010100011101100001010100111110000101000110101101011 | c28ec2a7c28d6b |
UHC | ?§?k | 0011111110100001110101110011111101101011 | 3fa1d73f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)