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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 綽蜚蜚^ | 11100011010111101110010110010100111001011001010001011110 | e35ee594e5945e |
EUC-JP | 綽蜚蜚^ | 11100101101111111110100111110100111010011111010001011110 | e5bfe9f4e9f45e |
UTF-8 | 綽蜚蜚^ | 11100111101101101011110111101000100111001001101011101000100111001001101001011110 | e7b6bde89c9ae89c9a5e |
UHC | 綽蜚蜚^ | 11101101110010101101111010100100110111101010010001011110 | edcadea4dea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)