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 | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-WIN | 炭卒促g | 10010010010110011001000110110010100100011010001101100111 | 925991b291a367 |
EUC-JP | 炭卒促g | 11000011101110101100001010110100110000101010010101100111 | c3bac2b4c2a567 |
UTF-8 | 炭卒促g | 11100111100000101010110111100101100011011001001011100100101111111000001101100111 | e782ade58d92e4bf8367 |
UHC | 炭卒促g | 11110111101010011111000011101111111101011011010101100111 | f7a9f0eff5b567 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)