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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 혱짯챌횚혗 | 111011011001100010110001111011001010011110101111111011001011000110001100111011011001101010011010111011011001100010010111 | ed98b1eca7afecb18ced9a9aed9897 |
UHC | 혱짯챌횚혗 | 11000010100110001100001010101101110000111010011111000011100101001100001010000010 | c298c2adc3a7c394c282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)