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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将蝪将蝪^ | 10001111101010111110010110100001111100001111101110001111101010111110010110100001111100001111101101011110 | 8fabe5a1f0fb8fabe5a1f0fb5e |
EUC-JP | 将蝪?将蝪?^ | 1011111010101101111010101010001100111111101111101010110111101010101000110011111101011110 | beadeaa33fbeadeaa33f5e |
UTF-8 | 将蝪将蝪^ | 11100101101100001000011011101000100111011010101011101110100000101011101011100101101100001000011011101000100111011010101011101110100000101011101001011110 | e5b086e89daaee82bae5b086e89daaee82ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)