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 | ????汀 | 001111110011111100111111001111111001001011110011 | 3f3f3f3f92f3 |
EUC-JP | 芷???汀 | 1000111111010111110010010011111100111111001111111100010011110101 | 8fd7c93f3f3fc4f5 |
UTF-8 | 芷漏렡렮汀 | 111010001000101010110111111011111010010110001110111010111010000010100001111010111010000010101110111001101011000110000000 | e88ab7efa58eeba0a1eba0aee6b180 |
UHC | 芷漏렡렮汀 | 11110010101110101101001011101000100011101011001010001110101110111110111111100010 | f2bad2e88eb28ebbefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)