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 | 11000011101000100111110101011001 | c3a27d59 |
SJIS-WIN | ?¢}Y | 0011111110000001100100010111110101011001 | 3f81917d59 |
EUC-JP | â}Y | 10001111101010101010101010100001111100010111110101011001 | 8faaaaa1f17d59 |
UTF-8 | â}Y | 110000111000001111000010101000100111110101011001 | c383c2a27d59 |
UHC | ??}Y | 00111111001111110111110101011001 | 3f3f7d59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)