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 | ?@???@sE | 0011111101000000001111110011111100111111010000000111001101000101 | 3f403f3f3f407345 |
SJIS-WIN | ?@???@sE | 0011111101000000001111110011111100111111010000000111001101000101 | 3f403f3f3f407345 |
EUC-JP | ?@???@sE | 0011111101000000001111110011111100111111010000000111001101000101 | 3f403f3f3f407345 |
UTF-8 | 혪@혩짹혪@sE | 11101101100110001010101001000000111011011001100010101001111011001010011110111001111011011001100010101010010000000111001101000101 | ed98aa40ed98a9eca7b9ed98aa407345 |
UHC | 혪@혩짹혪@sE | 110000101001001001000000110000101001000111000010101100011100001010010010010000000111001101000101 | c29240c291c2b1c292407345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)