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 | ðùµú· | 111100001111100110001110101101011111101010110111 | f0f98eb5fab7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðù??ú? | 100011111010100111000011100011111010101111100011001111110011111110001111101010111110001000111111 | 8fa9c38fabe33f3f8fabe23f |
UTF-8 | ðùµú· | 110000111011000011000011101110011100001010001110110000101011010111000011101110101100001010110111 | c3b0c3b9c28ec2b5c3bac2b7 |
UHC | ð????· | 1010100110100011001111110011111100111111001111111010000110100100 | a9a33f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)