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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鮓ッ逞埜B | 1110100110110110101011111110011110010111100101000101011101000010 | e9b6afe797945742 |
EUC-JP | 鮓ッ逞埜B | 111100101011100010001110101011111110110111110111110001111011100001000010 | f2b88eafedf7c7b842 |
UTF-8 | 鮓ッ逞埜B | 11101001101011101001001111101111101111011010111111101001100000001001111011100101100111111001110001000010 | e9ae93efbdafe9809ee59f9c42 |
UHC | ??逞?B | 001111110011111111010110110000010011111101000010 | 3f3fd6c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)