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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 狸歎促族] | 100100100100101110010010010101101001000110100011100100011011000001011101 | 924b925691a391b05d |
EUC-JP | 狸歎促族] | 110000111010110011000011101101111100001010100101110000101011001001011101 | c3acc3b7c2a5c2b25d |
UTF-8 | 狸歎促族] | 11100111100010111011100011100110101011011000111011100100101111111000001111100110100101111000111101011101 | e78bb8e6ad8ee4bf83e6978f5d |
UHC | 狸歎促族] | 110101111110000111110111101001111111010110110101111100001110100101011101 | d7e1f7a7f5b5f0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)