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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 鶉貅\}鶉貅\{^ | 11101010010001111110011010111010010111000111110111101010010001111110011010111010010111000111101101011110 | ea47e6ba5c7dea47e6ba5c7b5e |
EUC-JP | 鶉貅\}鶉貅\{^ | 11110011101010001110110010111100010111000111110111110011101010001110110010111100010111000111101101011110 | f3a8ecbc5c7df3a8ecbc5c7b5e |
UTF-8 | 鶉貅\}鶉貅\{^ | 1110100110110110100010011110100010110010100001010101110001111101111010011011011010001001111010001011001010000101010111000111101101011110 | e9b689e8b2855c7de9b689e8b2855c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)