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 | 迥ら宍^ | 11100111100010101000001011100111100011101011001101011110 | e78a82e78eb35e |
EUC-JP | 迥ら宍^ | 11101101111010101010010011101001101111001011010101011110 | edeaa4e9bcb55e |
UTF-8 | 迥ら宍^ | 11101000101111111010010111100011100000101000100111100101101011101000110101011110 | e8bfa5e38289e5ae8d5e |
UHC | ?ら?^ | 0011111110101010111010010011111101011110 | 3faae93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)