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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 雙@雙@B | 10011001110101000100000010011001110101000100000001000010 | 99d44099d44042 |
EUC-JP | 雙@雙@B | 11010010110101100100000011010010110101100100000001000010 | d2d640d2d64042 |
UTF-8 | 雙@雙@B | 111010011001101110011001010000001110100110011011100110010100000001000010 | e99b9940e99b994042 |
UHC | 雙@雙@B | 11100100101010100100000011100100101010100100000001000010 | e4aa40e4aa4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)