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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 貅専サ駕沖^ | 11100110101110101001000011101010101110111000100111101101100010011010101101011110 | e6ba90eabb89ed89ab5e |
EUC-JP | 貅専サ駕沖^ | 1110110010111100110000001110110010001110101110111011001011101111101100101010110101011110 | ecbcc0ec8ebbb2efb2ad5e |
UTF-8 | 貅専サ駕沖^ | 11101000101100101000010111100101101100001000001011101111101111011011101111101001101001111001010111100110101100101001011001011110 | e8b285e5b082efbdbbe9a795e6b2965e |
UHC | ???駕沖^ | 0011111100111111001111111100101010111101111101011111100001011110 | 3f3f3fcabdf5f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)