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 | ù¦¥ | 1111100110100110100011101010010110001110 | f9a68ea58e |
SJIS-WIN | ???¥? | 001111110011111100111111100000011000111100111111 | 3f3f3f818f3f |
EUC-JP | ù¦??? | 100011111010101111100011100011111010001011000011001111110011111100111111 | 8fabe38fa2c33f3f3f |
UTF-8 | ù¦¥ | 11000011101110011100001010100110110000101000111011000010101001011100001010001110 | c3b9c2a6c28ec2a5c28e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)