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 | ÞØÍ÷ | 1101111011011000100011111100110111110111 | ded88fcdf7 |
SJIS-WIN | ????÷ | 001111110011111100111111001111111000000110000000 | 3f3f3f3f8180 |
EUC-JP | ÞØ?Í÷ | 100011111010100110110000100011111010100110101100001111111000111110101010101111111010000111100000 | 8fa9b08fa9ac3f8faabfa1e0 |
UTF-8 | ÞØÍ÷ | 11000011100111101100001110011000110000101000111111000011100011011100001110110111 | c39ec398c28fc38dc3b7 |
UHC | ÞØ??÷ | 1010100010101101101010001010101000111111001111111010000111000000 | a8ada8aa3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)