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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 荊?荊?^ | 10001100011101000011111110001100011101000011111101011110 | 8c743f8c743f5e |
EUC-JP | 荊?荊?^ | 10110111110101010011111110110111110101010011111101011110 | b7d53fb7d53f5e |
UTF-8 | 荊멏荊멏^ | 11101000100011011000101011101011101010011000111111101000100011011000101011101011101010011000111101011110 | e88d8aeba98fe88d8aeba98f5e |
UHC | 荊멏荊멏^ | 111110111010101010010001010001001111101110101010100100010100010001011110 | fbaa9144fbaa91445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)