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 | 11100111101100001010011111100101101100001011101001000010 | e7b0a7e5b0ba42 |
EUC-JP | 邁ァ蟆コB | 111011101011001010001110101001111110101010110010100011101011101001000010 | eeb28ea7eab28eba42 |
UTF-8 | 邁ァ蟆コB | 11101001100000101000000111101111101111011010011111101000100111111000011011101111101111011011101001000010 | e98281efbda7e89f86efbdba42 |
UHC | 邁???B | 110110001110010000111111001111110011111101000010 | d8e43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)