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 | 形? | 100011000110000000111111 | 8c603f |
EUC-JP | 形? | 101101111100000100111111 | b7c13f |
UTF-8 | 形닸 | 111001011011110110100010111010111000101110111000 | e5bda2eb8bb8 |
UHC | 形닸 | 11111011101000011011010011100110 | fba1b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)