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 | 佯?〕夷? | 1001100011010001001111111000000101101100100010001100111000111111 | 98d13f816c88ce3f |
EUC-JP | 佯?〕夷? | 1101000011010011001111111010000111001101101100001101000000111111 | d0d33fa1cdb0d03f |
UTF-8 | 佯몃〕夷텯 | 111001001011110110101111111010111010101010000011111000111000000010010101111001011010010010110111111011011000010110101111 | e4bdafebaa83e38095e5a4b7ed85af |
UHC | 佯몃〕夷텯 | 11100101101110101011100011101011101000011011001111101100101010001011011101000010 | e5bab8eba1b3eca8b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)