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 | é×? | 111010011101011100111111 | e9d73f |
SJIS-WIN | ?×蹉 | 0011111110000001011111101110011101000001 | 3f817ee741 |
EUC-JP | é×蹉 | 10001111101010111011000110100001110111111110110110100010 | 8fabb1a1dfeda2 |
UTF-8 | é×蹉 | 11000011101010011100001110010111111010001011100110001001 | c3a9c397e8b989 |
UHC | ?×蹉 | 0011111110100001101111111111001110110010 | 3fa1bff3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)