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 | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
SJIS-WIN | 将蝪鵆W将蝪 | 1000111110101011111001011010000111101001111110110101011110001111101010111110010110100001 | 8fabe5a1e9fb578fabe5a1 |
EUC-JP | 将蝪鵆W将蝪 | 1011111010101101111010101010001111110010111111010101011110111110101011011110101010100011 | beadeaa3f2fd57beadeaa3 |
UTF-8 | 将蝪鵆W将蝪 | 11100101101100001000011011101000100111011010101011101001101101011000011001010111111001011011000010000110111010001001110110101010 | e5b086e89daae9b58657e5b086e89daa |
UHC | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)