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 | 111100001010011010001110101001011111101101011001 | f0a68ea5fb59 |
SJIS-WIN | ???¥?Y | 00111111001111110011111110000001100011110011111101011001 | 3f3f3f818f3f59 |
EUC-JP | ð¦??ûY | 100011111010100111000011100011111010001011000011001111110011111110001111101010111110010101011001 | 8fa9c38fa2c33f3f8fabe559 |
UTF-8 | ð¦¥ûY | 1100001110110000110000101010011011000010100011101100001010100101110000111011101101011001 | c3b0c2a6c28ec2a5c3bb59 |
UHC | ð????Y | 10101001101000110011111100111111001111110011111101011001 | a9a33f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)