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 | 炭卒促族] | 100100100101100110010001101100101001000110100011100100011011000001011101 | 925991b291a391b05d |
EUC-JP | 炭卒促族] | 110000111011101011000010101101001100001010100101110000101011001001011101 | c3bac2b4c2a5c2b25d |
UTF-8 | 炭卒促族] | 11100111100000101010110111100101100011011001001011100100101111111000001111100110100101111000111101011101 | e782ade58d92e4bf83e6978f5d |
UHC | 炭卒促族] | 111101111010100111110000111011111111010110110101111100001110100101011101 | f7a9f0eff5b5f0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)