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 | 寃?漬?? | 10011011100000110011111110010010110100000011111100111111 | 9b833f92d03f3f |
EUC-JP | 寃?漬?? | 11010101111000110011111111000100110100100011111100111111 | d5e33fc4d23f3f |
UTF-8 | 寃렭漬렠諪 | 111001011010111110000011111010111010000010101101111001101011110010101100111010111010000010100000111010001010101110101010 | e5af83eba0ade6bcaceba0a0e8abaa |
UHC | 寃렭漬렠諪 | 11101010101100101000111010111010111100101011000010001110101100011110111111110101 | eab28ebaf2b08eb1eff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)