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 | 操? | 100100011000000000111111 | 91803f |
EUC-JP | 操? | 110000011110000000111111 | c1e03f |
UTF-8 | 操렺 | 111001101001001110001101111010111010000010111010 | e6938deba0ba |
UHC | 操렺 | 11110000110000111000111011000010 | f0c38ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)