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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 腺納腺納^ | 100100010100001010010100010110111001000101000010100101000101101101011110 | 9142945b9142945b5e |
EUC-JP | 腺納腺納^ | 110000011010001111000111101111001100000110100011110001111011110001011110 | c1a3c7bcc1a3c7bc5e |
UTF-8 | 腺納腺納^ | 11101000100001011011101011100111101101001000110111101000100001011011101011100111101101001000110101011110 | e885bae7b48de885bae7b48d5e |
UHC | 腺納腺納^ | 111000001100110111010010101000011110000011001101110100101010000101011110 | e0cdd2a1e0cdd2a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)