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 | 煽繹煽 | 100100001111100011100011100010001001000011111000 | 90f8e38890f8 |
EUC-JP | 煽繹煽 | 110000001111101011100101111010001100000011111010 | c0fae5e8c0fa |
UTF-8 | 煽繹煽 | 111001111000010110111101111001111011100110111001111001111000010110111101 | e785bde7b9b9e785bd |
UHC | 煽繹煽 | 111000001100001111100110101110101110000011000011 | e0c3e6bae0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)