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 | 戰? | 100111010100010000111111 | 9d443f |
EUC-JP | 戰? | 110110011010010100111111 | d9a53f |
UTF-8 | 戰펼 | 111001101000100010110000111011011000111010111100 | e688b0ed8ebc |
UHC | 戰펼 | 11101110111110101100011011101110 | eefac6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)