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 | èþ°Y | 1110100011111110100011101011000001011001 | e8fe8eb059 |
SJIS-WIN | ???°Y | 001111110011111100111111100000011000101101011001 | 3f3f3f818b59 |
EUC-JP | èþ?°Y | 10001111101010111011001010001111101010011101000000111111101000011110101101011001 | 8fabb28fa9d03fa1eb59 |
UTF-8 | èþ°Y | 110000111010100011000011101111101100001010001110110000101011000001011001 | c3a8c3bec28ec2b059 |
UHC | ?þ?°Y | 00111111101010011010110100111111101000011100011001011001 | 3fa9ad3fa1c659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)