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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 端G存短 | 10010010010110110100011110010001101101101001001001011010 | 925b4791b6925a |
EUC-JP | 端G存短 | 11000011101111000100011111000010101110001100001110111011 | c3bc47c2b8c3bb |
UTF-8 | 端G存短 | 11100111101010111010111101000111111001011010110110011000111001111001111110101101 | e7abaf47e5ad98e79fad |
UHC | 端G存短 | 11010011101011100100011111110000111011011101001110101101 | d3ae47f0edd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)