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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 激野 | 10001100100000111001011011101100 | 8c8396ec |
EUC-JP | 激野 | 10110111111000111100110011101110 | b7e3ccee |
UTF-8 | 激野 | 111001101011111110000000111010011000011110001110 | e6bf80e9878e |
UHC | 激野 | 11001100101011011110010110101111 | ccade5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)