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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬??槃攻 | 1001001011010000001111110011111110011110110011111000110101010101 | 92d03f3f9ecf8d55 |
EUC-JP | 漬??槃攻 | 1100010011010010001111110011111111011100110100011011100110110110 | c4d23f3fdcd1b9b6 |
UTF-8 | 漬얘렗槃攻 | 111001101011110010101100111011001001011010011000111010111010000010010111111001101010011110000011111001101001010010111011 | e6bcacec9698eba097e6a783e694bb |
UHC | 漬얘렗槃攻 | 11110010101100001011111011101010100011101010110011011010111010011100110111110100 | f2b0beea8eacdae9cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)