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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????爺^ | 0011111100111111001111110011111100111111100101101110101001011110 | 3f3f3f3f3f96ea5e |
EUC-JP | ?瀣??瀣爺^ | 001111111000111111001001101100010011111100111111100011111100100110110001110011001110110001011110 | 3f8fc9b13f3f8fc9b1ccec5e |
UTF-8 | 믬瀣뮫믬瀣爺^ | 11101011101011111010110011100111100000001010001111101011101011101010101111101011101011111010110011100111100000001010001111100111100010001011101001011110 | ebaface780a3ebaeabebaface780a3e788ba5e |
UHC | 믬瀣뮫믬瀣爺^ | 10010010111011101111101010101110100100101011010110010010111011101111101010101110111001011010110001011110 | 92eefaae92b592eefaaee5ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)