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 | 睛耕?豆? | 1110000111001011100011010110101100111111100100111010010000111111 | e1cb8d6b3f93a43f |
EUC-JP | 睛耕?豆? | 1110001011001101101110011100110000111111110001101010011000111111 | e2cdb9cc3fc6a63f |
UTF-8 | 睛耕렣豆땐 | 111001111001110110011011111010001000000010010101111010111010000010100011111010001011000110000110111010111001010110010000 | e79d9be88095eba0a3e8b186eb9590 |
UHC | 睛耕렣豆땐 | 11101111111011001100110011101001100011101011010011010100111001111011011010101001 | efeccce98eb4d4e7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)