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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涇ゥ逎∫ | 11111010111110111010100111100111101000111000000111100111 | fafba9e7a381e7 |
EUC-JP | 涇ゥ逎∫ | 100011111100011111000111100011101010100111101110101001011010001011101001 | 8fc7c78ea9eea5a2e9 |
UTF-8 | 涇ゥ逎∫ | 111001101011011010000111111011111011110110101001111010011000000010001110111000101000100010101011 | e6b687efbda9e9808ee288ab |
UHC | 涇??∫ | 110011001101110000111111001111111010000111110010 | ccdc3f3fa1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)