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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 襄殖}襄殖{^ | 1110010111110101100100000100001001111101111001011111010110010000010000100111101101011110 | e5f590427de5f590427b5e |
EUC-JP | 襄殖}襄殖{^ | 1110101011110111101111111010001101111101111010101111011110111111101000110111101101011110 | eaf7bfa37deaf7bfa37b5e |
UTF-8 | 襄殖}襄殖{^ | 111010001010010110000100111001101010111010010110011111011110100010100101100001001110011010101110100101100111101101011110 | e8a584e6ae967de8a584e6ae967b5e |
UHC | 襄殖}襄殖{^ | 1110010111010001111000111101011001111101111001011101000111100011110101100111101101011110 | e5d1e3d67de5d1e3d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)