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 | 臑蜴^ | 1110010001100001111001011000111001011110 | e461e58e5e |
EUC-JP | 臑蜴^ | 1110011111000010111010011110111001011110 | e7c2e9ee5e |
UTF-8 | 臑蜴^ | 11101000100001111001000111101000100111001011010001011110 | e88791e89cb45e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)