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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 衲}衲{^ | 11100101110100110111110111100101110100110111101101011110 | e5d37de5d37b5e |
EUC-JP | 衲}衲{^ | 11101010110101010111110111101010110101010111101101011110 | ead57dead57b5e |
UTF-8 | 衲}衲{^ | 111010001010000110110010011111011110100010100001101100100111101101011110 | e8a1b27de8a1b27b5e |
UHC | 衲}衲{^ | 11010010101001000111110111010010101001000111101101011110 | d2a47dd2a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)