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 | 碎緖 | 11100001111010101111101110001110 | e1eafb8e |
EUC-JP | 碎? | 111000101110110000111111 | e2ec3f |
UTF-8 | 碎緖 | 111001111010001010001110111001111011011110010110 | e7a28ee7b796 |
UHC | 碎緖 | 11100001111011111101111111111101 | e1efdffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)