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 | ?柬? | 00111111100111100110101000111111 | 3f9e6a3f |
EUC-JP | 塼柬? | 100011111011100010111001110110111100101100111111 | 8fb8b9dbcb3f |
UTF-8 | 塼柬브 | 111001011010000110111100111001101001111110101100111010111011100010001100 | e5a1bce69facebb88c |
UHC | 塼柬브 | 111011101111010011001010110100111011101011101010 | eef4cad3baea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)