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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 際?h際 | 100011011101101100111111011010001000110111011011 | 8ddb3f688ddb |
EUC-JP | 際?h際 | 101110101101110100111111011010001011101011011101 | badd3f68badd |
UTF-8 | 際렠h際 | 11101001100110101001101111101011101000001010000001101000111010011001101010011011 | e99a9beba0a068e99a9b |
UHC | 際렠h際 | 11110000101101111000111010110001011010001111000010110111 | f0b78eb168f0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)