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 | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-WIN | 湿紗湿七cB | 10001110101111001000111011010001100011101011110010001110101101010110001101000010 | 8ebc8ed18ebc8eb56342 |
EUC-JP | 湿紗湿七cB | 10111100101111101011110011010011101111001011111010111100101101110110001101000010 | bcbebcd3bcbebcb76342 |
UTF-8 | 湿紗湿七cB | 1110011010111001101111111110011110110100100101111110011010111001101111111110010010111000100000110110001101000010 | e6b9bfe7b497e6b9bfe4b8836342 |
UHC | ?紗?七cB | 0011111111011110111010010011111111110110110100100110001101000010 | 3fdee93ff6d26342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)