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 | 佝佝[佝佝[^ | 1001100011000110100110001100011001011011100110001100011010011000110001100101101101011110 | 98c698c65b98c698c65b5e |
EUC-JP | 佝佝[佝佝[^ | 1101000011001000110100001100100001011011110100001100100011010000110010000101101101011110 | d0c8d0c85bd0c8d0c85b5e |
UTF-8 | 佝佝[佝佝[^ | 111001001011110110011101111001001011110110011101010110111110010010111101100111011110010010111101100111010101101101011110 | e4bd9de4bd9d5be4bd9de4bd9d5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)