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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炭卒属 | 100100100101100110010001101100101001000110101110 | 925991b291ae |
EUC-JP | 炭卒属 | 110000111011101011000010101101001100001010110000 | c3bac2b4c2b0 |
UTF-8 | 炭卒属 | 111001111000001010101101111001011000110110010010111001011011000110011110 | e782ade58d92e5b19e |
UHC | 炭卒? | 1111011110101001111100001110111100111111 | f7a9f0ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)