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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 壓??癰壓e^ | 10011010110110000011111100111111111000011001111010011010110110000110010101011110 | 9ad83f3fe19e9ad8655e |
EUC-JP | 壓??癰壓e^ | 11010100110110100011111100111111111000011111111011010100110110100110010101011110 | d4da3f3fe1fed4da655e |
UTF-8 | 壓손샵癰壓e^ | 1110010110100011100100111110110010000110100100001110110010000011101101011110011110011001101100001110010110100011100100110110010101011110 | e5a393ec8690ec83b5e799b0e5a393655e |
UHC | 壓손샵癰壓e^ | 111001001110001010111100110101011011110010100101111010001011100111100100111000100110010101011110 | e4e2bcd5bca5e8b9e4e2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)