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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 條B?? | 1001111010001010010000100011111100111111 | 9e8a423f3f |
EUC-JP | 條B?? | 1101101111101010010000100011111100111111 | dbea423f3f |
UTF-8 | 條B롖렲 | 11100110101000101001110101000010111010111010000110010110111010111010000010110010 | e6a29d42eba196eba0b2 |
UHC | 條B롖렲 | 11110000110010010100001010001110110110101000111010111111 | f0c9428eda8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)