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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 湜鹿}B | 111110110100011110001110101011010111110101000010 | fb478ead7d42 |
EUC-JP | 湜鹿}B | 10001111110001111111110010111100101011110111110101000010 | 8fc7fcbcaf7d42 |
UTF-8 | 湜鹿}B | 1110011010111001100111001110100110111001101111110111110101000010 | e6b99ce9b9bf7d42 |
UHC | 湜鹿}B | 111000111101011111010110111000110111110101000010 | e3d7d6e37d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)