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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 倭??h倭 | 10011000011000000011111100111111011010001001100001100000 | 98603f3f689860 |
EUC-JP | 倭??h倭 | 11001111110000010011111100111111011010001100111111000001 | cfc13f3f68cfc1 |
UTF-8 | 倭롳쉔h倭 | 11100101100000001010110111101011101000011011001111101100100010011001010001101000111001011000000010101101 | e580adeba1b3ec899468e580ad |
UHC | 倭롳쉔h倭 | 111010001101111010001110111011111011110110101000011010001110100011011110 | e8de8eefbda868e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)