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 | 貊弱Θ | 111001101011101110001110111000111000001110100110 | e6bb8ee383a6 |
EUC-JP | 貊弱Θ | 111011001011110110111100111001011010011010101000 | ecbdbce5a6a8 |
UTF-8 | 貊弱Θ | 1110100010110010100010101110010110111100101100011100111010011000 | e8b28ae5bcb1ce98 |
UHC | 貊弱Θ | 110110001110011111100101101100001010010111001000 | d8e7e5b0a5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)