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 | ?悛l | 0011111110011100101000001000001010001100 | 3f9ca0828c |
EUC-JP | ?悛l | 0011111111011000101000101010001111101100 | 3fd8a2a3ec |
UTF-8 | 찻悛l | 111011001011000010111011111001101000001010011011111011111011110110001100 | ecb0bbe6829befbd8c |
UHC | 찻悛l | 110000101111111011101110111110011010001111101100 | c2feeef9a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)