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 | 隰爺ーキ豎 | 1110100010101100100101101110101010110000101101111110011010110001 | e8ac96eab0b7e6b1 |
EUC-JP | 隰爺ーキ豎 | 11110000101011101100110011101100100011101011000010001110101101111110110010110011 | f0aeccec8eb08eb7ecb3 |
UTF-8 | 隰爺ーキ豎 | 111010011001101010110000111001111000100010111010111011111011110110110000111011111011110110110111111010001011000110001110 | e99ab0e788baefbdb0efbdb7e8b18e |
UHC | ?爺??? | 001111111110010110101100001111110011111100111111 | 3fe5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)