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 | 00111111100100110100110000111111100100110100110001000010 | 3f934c3f934c42 |
EUC-JP | ?鏑?鏑B | 00111111110001011010110100111111110001011010110101000010 | 3fc5ad3fc5ad42 |
UTF-8 | 셕鏑셕鏑B | 11101100100001011001010111101001100011111001000111101100100001011001010111101001100011111001000101000010 | ec8595e98f91ec8595e98f9142 |
UHC | 셕鏑셕鏑B | 101111001100011011101110111010111011110011000110111011101110101101000010 | bcc6eeebbcc6eeeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)