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 | ùü½h | 1111100111111100100011101011110101101000 | f9fc8ebd68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ùü??h | 100011111010101111100011100011111010101111100100001111110011111101101000 | 8fabe38fabe43f3f68 |
UTF-8 | ùü½h | 110000111011100111000011101111001100001010001110110000101011110101101000 | c3b9c3bcc28ec2bd68 |
UHC | ???½h | 001111110011111100111111101010001111011001101000 | 3f3f3fa8f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)