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 | ò¹Þ£B | 11110010101110011000111011011110100011101010001101000010 | f2b98ede8ea342 |
SJIS-WIN | ?????£B | 0011111100111111001111110011111100111111100000011001001001000010 | 3f3f3f3f3f819242 |
EUC-JP | ò??Þ?£B | 100011111010101111010010001111110011111110001111101010011011000000111111101000011111001001000010 | 8fabd23f3f8fa9b03fa1f242 |
UTF-8 | ò¹Þ£B | 11000011101100101100001010111001110000101000111011000011100111101100001010001110110000101010001101000010 | c3b2c2b9c28ec39ec28ec2a342 |
UHC | ?¹?Þ??B | 001111111010100111110110001111111010100010101101001111110011111101000010 | 3fa9f63fa8ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)