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 | TfTfB | 100111110101010010010110011001101001111101010100100101100110011001000010 | 9f5496669f54966642 |
SJIS-WIN | ?T?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
EUC-JP | ?T?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
UTF-8 | TfTfB | 11000010100111110101010011000010100101100110011011000010100111110101010011000010100101100110011001000010 | c29f54c29666c29f54c2966642 |
UHC | ?T?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)