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 | ÞØÍ | 11011110110110001000111111001101 | ded88fcd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÞØ?Í | 10001111101010011011000010001111101010011010110000111111100011111010101010111111 | 8fa9b08fa9ac3f8faabf |
UTF-8 | ÞØÍ | 1100001110011110110000111001100011000010100011111100001110001101 | c39ec398c28fc38d |
UHC | ÞØ?? | 101010001010110110101000101010100011111100111111 | a8ada8aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)