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 | SI@SI@B | 1001001001010011100100100100100101000000100100100101001110010010010010010100000001000010 | 9253924940925392494042 |
SJIS-WIN | ?S?I@?S?I@B | 0011111101010011001111110100100101000000001111110101001100111111010010010100000001000010 | 3f533f49403f533f494042 |
EUC-JP | ?S?I@?S?I@B | 0011111101010011001111110100100101000000001111110101001100111111010010010100000001000010 | 3f533f49403f533f494042 |
UTF-8 | SI@SI@B | 110000101001001001010011110000101001001001001001010000001100001010010010010100111100001010010010010010010100000001000010 | c29253c2924940c29253c292494042 |
UHC | ?S?I@?S?I@B | 0011111101010011001111110100100101000000001111110101001100111111010010010100000001000010 | 3f533f49403f533f494042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)