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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ⅷネ邁ケh | 11111010010001111100100011100111101100001011100101101000 | fa47c8e7b0b968 |
EUC-JP | ?ネ邁ケh | 0011111110001110110010001110111010110010100011101011100101101000 | 3f8ec8eeb28eb968 |
UTF-8 | ⅷネ邁ケh | 11100010100001011011011111101111101111101000100011101001100000101000000111101111101111011011100101101000 | e285b7efbe88e98281efbdb968 |
UHC | ⅷ?邁?h | 10100101101010000011111111011000111001000011111101101000 | a5a83fd8e43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)