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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 竪足賊G | 10010010010001111001000110101011100100011010111101000111 | 924791ab91af47 |
EUC-JP | 竪足賊G | 11000011101010001100001010101101110000101011000101000111 | c3a8c2adc2b147 |
UTF-8 | 竪足賊G | 11100111101010111010101011101000101101101011001111101000101100111000101001000111 | e7abaae8b6b3e8b38a47 |
UHC | 竪足賊G | 11100010101101011111000011101011111011101110010001000111 | e2b5f0ebeee447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)