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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 煽詢}煽詢{^ | 1001000011111000111001100110110101111101100100001111100011100110011011010111101101011110 | 90f8e66d7d90f8e66d7b5e |
EUC-JP | 煽詢}煽詢{^ | 1100000011111010111010111100111001111101110000001111101011101011110011100111101101011110 | c0faebce7dc0faebce7b5e |
UTF-8 | 煽詢}煽詢{^ | 111001111000010110111101111010001010100110100010011111011110011110000101101111011110100010101001101000100111101101011110 | e785bde8a9a27de785bde8a9a27b5e |
UHC | 煽詢}煽詢{^ | 1110000011000011111000101111001101111101111000001100001111100010111100110111101101011110 | e0c3e2f37de0c3e2f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)