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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 炭淡B | 1001001001011001100100100101011101000010 | 9259925742 |
EUC-JP | 炭淡B | 1100001110111010110000111011100001000010 | c3bac3b842 |
UTF-8 | 炭淡B | 11100111100000101010110111100110101101111010000101000010 | e782ade6b7a142 |
UHC | 炭淡B | 1111011110101001110100111011111101000010 | f7a9d3bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)