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 | 鞐弱Ε | 111010001101111010001110111000111000001110100011 | e8de8ee383a3 |
EUC-JP | 鞐弱Ε | 111100001110000010111100111001011010011010100101 | f0e0bce5a6a5 |
UTF-8 | 鞐弱Ε | 1110100110011110100100001110010110111100101100011100111010010101 | e99e90e5bcb1ce95 |
UHC | ?弱Ε | 0011111111100101101100001010010111000101 | 3fe5b0a5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)