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 | 懿?紙?楮 | 1001110011110010001111111000111010000110001111111001111010111000 | 9cf23f8e863f9eb8 |
EUC-JP | 懿?紙?楮 | 1101100011110100001111111011101111100110001111111101110010111010 | d8f43fbbe63fdcba |
UTF-8 | 懿렭紙렟楮 | 111001101000011110111111111010111010000010101101111001111011010010011001111010111010000010011111111001101010010110101110 | e687bfeba0ade7b499eba09fe6a5ae |
UHC | 懿렭紙렟楮 | 11101011111100111000111010111010111100101011010110001110101100001110111010111111 | ebf38ebaf2b58eb0eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)