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 | ߾˦G | 1101111110111110110010111010011001000111 | dfbecba647 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ß?˦G | 1000111110101001110011100011111110001111101010101011001110001111101000101100001101000111 | 8fa9ce3f8faab38fa2c347 |
UTF-8 | ߾˦G | 110000111001111111000010101111101100001110001011110000101010011001000111 | c39fc2bec38bc2a647 |
UHC | ß¾??G | 10101001101011001010100011111010001111110011111101000111 | a9aca8fa3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)