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? | 001111110100001000111111 | 3f423f |
SJIS-WIN | 短B其 | 1001001001011010010000101001000110110100 | 925a4291b4 |
EUC-JP | 短B其 | 1100001110111011010000101100001010110110 | c3bb42c2b6 |
UTF-8 | 短B其 | 11100111100111111010110101000010111001011000010110110110 | e79fad42e585b6 |
UHC | 短B其 | 1101001110101101010000101101000011101100 | d3ad42d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)