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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | レエ讎 | 110110101011010011110010111011001110011010100110 | dab4f2ece6a6 |
EUC-JP | レエ?讎 | 10001110110110101000111010110100001111111110110010101000 | 8eda8eb43feca8 |
UTF-8 | レエ讎 | 111011111011111010011010111011111011110110110100111011101000100010100011111010001010111010001110 | efbe9aefbdb4ee88a3e8ae8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)