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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煽?衫 | 1001000011111000001111111110010111001100 | 90f83fe5cc |
EUC-JP | 煽?衫 | 1100000011111010001111111110101011001110 | c0fa3feace |
UTF-8 | 煽稅衫 | 111001111000010110111101111001111010100010000101111010001010000110101011 | e785bde7a885e8a1ab |
UHC | 煽稅衫 | 111000001100001111100001101010101101111110111001 | e0c3e1aadfb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)