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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 棚綻多側] | 100100100100100110010010010111011001000110111101100100011010010001011101 | 9249925d91bd91a45d |
EUC-JP | 棚綻多側] | 110000111010101011000011101111101100001010111111110000101010011001011101 | c3aac3bec2bfc2a65d |
UTF-8 | 棚綻多側] | 11100110101000111001101011100111101101101011101111100101101001001001101011100101100000011011010001011101 | e6a39ae7b6bbe5a49ae581b45d |
UHC | 棚綻多側] | 110111011101110011110111101010101101001011111101111101101011000001011101 | dddcf7aad2fdf6b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)