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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 佚?[佚?[^ | 100110001100001100111111010110111001100011000011001111110101101101011110 | 98c33f5b98c33f5b5e |
EUC-JP | 佚?[佚?[^ | 110100001100010100111111010110111101000011000101001111110101101101011110 | d0c53f5bd0c53f5b5e |
UTF-8 | 佚≥[佚≥[^ | 111001001011110110011010111000101000100110100101010110111110010010111101100110101110001010001001101001010101101101011110 | e4bd9ae289a55be4bd9ae289a55b5e |
UHC | 佚≥[佚≥[^ | 1110110011101010101000011100001101011011111011001110101010100001110000110101101101011110 | eceaa1c35beceaa1c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)