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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 貴鳴B | 1000101101001101100101101100001001000010 | 8b4d96c242 |
EUC-JP | 貴鳴B | 1011010110101110110011001100010001000010 | b5aeccc442 |
UTF-8 | 貴鳴B | 11101000101100101011010011101001101100111011010001000010 | e8b2b4e9b3b442 |
UHC | 貴鳴B | 1100111111111110110110011011000001000010 | cffed9b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)