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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。 | 11110100110000101010000111110010110101101111011101000010 | f4c2a1f2d6f742 |
EUC-JP | ?。?? | 0011111110001110101000010011111100111111 | 3f8ea13f3f |
UTF-8 | 。 | 111011101000110110110001111011111011110110100001111011101000100010001101111011101001010010100110 | ee8db1efbda1ee888dee94a6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)