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 | 隨俶ク咏ィ | 1110011110101100100110001110011010111000100110011110011110101000 | e7ac98e6b899e7a8 |
EUC-JP | 隨俶ク咏ィ | 11101110101011101101000011101000100011101011100011010010111010011000111010101000 | eeaed0e88eb8d2e98ea8 |
UTF-8 | 隨俶ク咏ィ | 111010011001101010101000111001001011111110110110111011111011110110111000111001011001001010001111111011111011110110101000 | e99aa8e4bfb6efbdb8e5928fefbda8 |
UHC | 隨???? | 111000101100101100111111001111110011111100111111 | e2cb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)