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 | 蟇、繧賀シ・^ | 11100101101011111010010011100011100000101000100111101010101111001010010101011110 | e5afa4e38289eabca55e |
EUC-JP | 蟇、繧賀シ・^ | 11101010101100011000111010100100111001011110001010110010111011001000111010111100100011101010010101011110 | eab18ea4e5e2b2ec8ebc8ea55e |
UTF-8 | 蟇、繧賀シ・^ | 11101000100111111000011111101111101111011010010011100111101110011010011111101000101100111000000011101111101111011011110011101111101111011010010101011110 | e89f87efbda4e7b9a7e8b380efbdbcefbda55e |
UHC | ???賀??^ | 0011111100111111001111111111100111000101001111110011111101011110 | 3f3f3ff9c53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)