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 | 111000011010110010010110011101101110000110101100100101100111011001000010 | e1ac9676e1ac967642 |
EUC-JP | 皰没皰没B | 111000101010111011001011110101111110001010101110110010111101011101000010 | e2aecbd7e2aecbd742 |
UTF-8 | 皰没皰没B | 11100111100110101011000011100110101100101010000111100111100110101011000011100110101100101010000101000010 | e79ab0e6b2a1e79ab0e6b2a142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)