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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 搖?h搖 | 100111011000101000111111011010001001110110001010 | 9d8a3f689d8a |
EUC-JP | 搖?h搖 | 110110011110101000111111011010001101100111101010 | d9ea3f68d9ea |
UTF-8 | 搖렢h搖 | 11100110100100001001011011101011101000001010001001101000111001101001000010010110 | e69096eba0a268e69096 |
UHC | 搖렢h搖 | 11101000111101001000111010110011011010001110100011110100 | e8f48eb368e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)