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 | 煽衢}煽衢{^ | 1001000011111000111001011100101101111101100100001111100011100101110010110111101101011110 | 90f8e5cb7d90f8e5cb7b5e |
EUC-JP | 煽衢}煽衢{^ | 1100000011111010111010101100110101111101110000001111101011101010110011010111101101011110 | c0faeacd7dc0faeacd7b5e |
UTF-8 | 煽衢}煽衢{^ | 111001111000010110111101111010001010000110100010011111011110011110000101101111011110100010100001101000100111101101011110 | e785bde8a1a27de785bde8a1a27b5e |
UHC | 煽衢}煽衢{^ | 1110000011000011110011111100001101111101111000001100001111001111110000110111101101011110 | e0c3cfc37de0c3cfc37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)