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多他 | 10010010010110100100011110010001101111011001000110111100 | 925a4791bd91bc |
EUC-JP | 短G多他 | 11000011101110110100011111000010101111111100001010111110 | c3bb47c2bfc2be |
UTF-8 | 短G多他 | 11100111100111111010110101000111111001011010010010011010111001001011101110010110 | e79fad47e5a49ae4bb96 |
UHC | 短G多他 | 11010011101011010100011111010010111111011111011011100010 | d3ad47d2fdf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)