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他短 | 10010010010110100100001010010001101111001001001001011010 | 925a4291bc925a |
EUC-JP | 短B他短 | 11000011101110110100001011000010101111101100001110111011 | c3bb42c2bec3bb |
UTF-8 | 短B他短 | 11100111100111111010110101000010111001001011101110010110111001111001111110101101 | e79fad42e4bb96e79fad |
UHC | 短B他短 | 11010011101011010100001011110110111000101101001110101101 | d3ad42f6e2d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)