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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 将ソ将「召エh | 10001111101010111011111110001111101010111010001010001111101000101011010001101000 | 8fabbf8faba28fa2b468 |
EUC-JP | 将ソ将「召エh | 10111110101011011000111010111111101111101010110110001110101000101011111010100100100011101011010001101000 | bead8ebfbead8ea2bea48eb468 |
UTF-8 | 将ソ将「召エh | 11100101101100001000011011101111101111011011111111100101101100001000011011101111101111011010001011100101100011111010110011101111101111011011010001101000 | e5b086efbdbfe5b086efbda2e58facefbdb468 |
UHC | ????召?h | 0011111100111111001111110011111111100001101011110011111101101000 | 3f3f3f3fe1af3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)