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 | 1000111011001100100011101101110110001111110000101010010101000010 | 8ecc8edd8fc2a542 |
EUC-JP | 捨爵渉・B | 101111001100111010111100110111111011111011000100100011101010010101000010 | bccebcdfbec48ea542 |
UTF-8 | 捨爵渉・B | 11100110100011011010100011100111100010001011010111100110101110001000100111101111101111011010010101000010 | e68da8e788b5e6b889efbda542 |
UHC | 捨爵??B | 11011110110101111110110111001001001111110011111101000010 | ded7edc93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)