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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嫣k伶 | 100110110110000010000010100010111001011111100000 | 9b60828b97e0 |
EUC-JP | 嫣k伶 | 110101011100000110100011111010111100111011100010 | d5c1a3ebcee2 |
UTF-8 | 嫣k伶 | 111001011010101110100011111011111011110110001011111001001011110010110110 | e5aba3efbd8be4bcb6 |
UHC | ?k伶 | 0011111110100011111010111101011010110110 | 3fa3ebd6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)