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 | ?YH??wF | 00111111010110010100100000111111001111110111011101000110 | 3f59483f3f7746 |
SJIS-WIN | ?YH??wF | 00111111010110010100100000111111001111110111011101000110 | 3f59483f3f7746 |
EUC-JP | ?YH??wF | 00111111010110010100100000111111001111110111011101000110 | 3f59483f3f7746 |
UTF-8 | 혪YH혩첸wF | 11101101100110001010101001011001010010001110110110011000101010011110110010110010101110000111011101000110 | ed98aa5948ed98a9ecb2b87746 |
UHC | 혪YH혩첸wF | 11000010100100100101100101001000110000101001000111000011101111100111011101000110 | c2925948c291c3be7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)