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 | 樗峯??齬 | 1001001010010100100101011111010100111111001111111110101010010111 | 929495f53f3fea97 |
EUC-JP | 樗峯??齬 | 1100001111110100110010101111011100111111001111111111001111110111 | c3f4caf73f3ff3f7 |
UTF-8 | 樗峯렯렠齬 | 111001101010100010010111111001011011001110101111111010111010000010101111111010111010000010100000111010011011110110101100 | e6a897e5b3afeba0afeba0a0e9bdac |
UHC | 樗峯렯렠齬 | 11101110110000001101110011100111100011101011110010001110101100011110010111100001 | eec0dce78ebc8eb1e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)