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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 煽繹煽?B | 1001000011111000111000111000100010010000111110000011111101000010 | 90f8e38890f83f42 |
EUC-JP | 煽繹煽?B | 1100000011111010111001011110100011000000111110100011111101000010 | c0fae5e8c0fa3f42 |
UTF-8 | 煽繹煽黎B | 11100111100001011011110111100111101110011011100111100111100001011011110111101111101001101000100101000010 | e785bde7b9b9e785bdefa68942 |
UHC | 煽繹煽黎B | 111000001100001111100110101110101110000011000011111001101011000101000010 | e0c3e6bae0c3e6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)