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 | ðû©ûÐ | 111100001111101110001110101010011111101111010000 | f0fb8ea9fbd0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðû?©û? | 1000111110101001110000111000111110101011111001010011111110001111101000101110110110001111101010111110010100111111 | 8fa9c38fabe53f8fa2ed8fabe53f |
UTF-8 | ðû©ûÐ | 110000111011000011000011101110111100001010001110110000101010100111000011101110111100001110010000 | c3b0c3bbc28ec2a9c3bbc390 |
UHC | ð????Ð | 1010100110100011001111110011111100111111001111111010100010100010 | a9a33f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)