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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 渉・曺・^ | 1111001011110100100011111100001010100101111100101111001111111010110111101010010101011110 | f2f48fc2a5f2f3fadea55e |
EUC-JP | ?渉・?曺・^ | 001111111011111011000100100011101010010100111111100011111100001011101101100011101010010101011110 | 3fbec48ea53f8fc2ed8ea55e |
UTF-8 | 渉・曺・^ | 11101110100010001010101111100110101110001000100111101111101111011010010111101110100010001010101011100110100110111011101011101111101111011010010101011110 | ee88abe6b889efbda5ee88aae69bbaefbda55e |
UHC | ????曺?^ | 0011111100111111001111110011111111110000110001100011111101011110 | 3f3f3f3ff0c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)