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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 聆聆^ | 1110001111010111111000111101011101011110 | e3d7e3d75e |
EUC-JP | 聆聆^ | 1110011011011001111001101101100101011110 | e6d9e6d95e |
UTF-8 | 聆聆^ | 11101000100000011000011011101000100000011000011001011110 | e88186e881865e |
UHC | 聆聆^ | 1101011011000000110101101100000001011110 | d6c0d6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)