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 | 析?^ | 10010000110011010011111101011110 | 90cd3f5e |
EUC-JP | 析侁^ | 110000001100111110001111101100001111110001011110 | c0cf8fb0fc5e |
UTF-8 | 析侁^ | 11100110100111101001000011100100101111101000000101011110 | e69e90e4be815e |
UHC | 析侁^ | 1110000010110000111000111110000001011110 | e0b0e3e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)