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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業??惹? | 10001011110001100011111100111111100011101110010000111111 | 8bc63f3f8ee43f |
EUC-JP | 業??惹? | 10110110110010000011111100111111101111001110011000111111 | b6c83f3fbce63f |
UTF-8 | 業㏝슆惹줒 | 111001101010010110101101111000111000111110011101111011001000101010000110111001101000001110111001111011001010010010010010 | e6a5ade38f9dec8a86e683b9eca492 |
UHC | 業㏝슆惹줒 | 11100101111101101010011111101001100110101001100011100101101010011010001001000010 | e5f6a7e99a98e5a9a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)