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 | 慥膜礬 | 100111001101001010010110100011001110001001001000 | 9cd2968ce248 |
EUC-JP | 慥膜礬 | 110110001101010011001011111011001110001110101001 | d8d4cbece3a9 |
UTF-8 | 慥膜礬 | 111001101000010110100101111010001000011010011100111001111010010010101100 | e685a5e8869ce7a4ac |
UHC | ?膜礬 | 0011111111011000101011111101101011110011 | 3fd8afdaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)