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 | ð¥³è»Ú | 11110000101001011000111010110011111010001011101111011010 | f0a58eb3e8bbda |
SJIS-WIN | ?¥????? | 0011111110000001100011110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f |
EUC-JP | ð???è?Ú | 10001111101010011100001100111111001111110011111110001111101010111011001000111111100011111010101011100010 | 8fa9c33f3f3f8fabb23f8faae2 |
UTF-8 | ð¥³è»Ú | 1100001110110000110000101010010111000010100011101100001010110011110000111010100011000010101110111100001110011010 | c3b0c2a5c28ec2b3c3a8c2bbc39a |
UHC | ð??³??? | 101010011010001100111111001111111010100111111000001111110011111100111111 | a9a33f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)