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 | H¦\ | 1001001001001000100100011010011001011100 | 924891a65c |
SJIS-WIN | ?H??\ | 0011111101001000001111110011111101011100 | 3f483f3f5c |
EUC-JP | ?H?¦\ | 00111111010010000011111110001111101000101100001101011100 | 3f483f8fa2c35c |
UTF-8 | H¦\ | 1100001010010010010010001100001010010001110000101010011001011100 | c29248c291c2a65c |
UHC | ?H??\ | 0011111101001000001111110011111101011100 | 3f483f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)