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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蛟門イ。B | 11100101100000001001011011100101101100101010000101000010 | e58096e5b2a142 |
EUC-JP | 蛟門イ。B | 111010011110000011001100111001111000111010110010100011101010000101000010 | e9e0cce78eb28ea142 |
UTF-8 | 蛟門イ。B | 11101000100110111001111111101001100101101000000011101111101111011011001011101111101111011010000101000010 | e89b9fe99680efbdb2efbda142 |
UHC | 蛟門??B | 11001110111100011101101010100110001111110011111101000010 | cef1daa63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)