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 | 壓諶壓仙^ | 100110101101100011111011101010101001101011011000100100001110010101011110 | 9ad8fbaa9ad890e55e |
EUC-JP | 壓諶壓仙^ | 11010100110110101000111111011110101101011101010011011010110000001110011101011110 | d4da8fdeb5d4dac0e75e |
UTF-8 | 壓諶壓仙^ | 11100101101000111001001111101000101010111011011011100101101000111001001111100100101110111001100101011110 | e5a393e8abb6e5a393e4bb995e |
UHC | 壓諶壓仙^ | 111001001110001011100100101001101110010011100010111000001011100101011110 | e4e2e4a6e4e2e0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)