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 | é®®Y | 11101001101011101010111001011001 | e9aeae59 |
SJIS-WIN | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
EUC-JP | é®®Y | 10001111101010111011000110001111101000101110111010001111101000101110111001011001 | 8fabb18fa2ee8fa2ee59 |
UTF-8 | é®®Y | 11000011101010011100001010101110110000101010111001011001 | c3a9c2aec2ae59 |
UHC | ?®®Y | 001111111010001011100111101000101110011101011001 | 3fa2e7a2e759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)