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 | é½ètçÈ | 111010011011110111101000011101001110011111001000 | e9bde874e7c8 |
SJIS-WIN | ???t?? | 001111110011111100111111011101000011111100111111 | 3f3f3f743f3f |
EUC-JP | é?ètçÈ | 1000111110101011101100010011111110001111101010111011001001110100100011111010101110101110100011111010101010110010 | 8fabb13f8fabb2748fabae8faab2 |
UTF-8 | é½ètçÈ | 1100001110101001110000101011110111000011101010000111010011000011101001111100001110001000 | c3a9c2bdc3a874c3a7c388 |
UHC | ?½?t?? | 00111111101010001111011000111111011101000011111100111111 | 3fa8f63f743f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)