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??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | 邀オh邀オh | 1110011110110001101101010110100011100111101100011011010101101000 | e7b1b568e7b1b568 |
EUC-JP | 邀オh邀オh | 11101110101100111000111010110101011010001110111010110011100011101011010101101000 | eeb38eb568eeb38eb568 |
UTF-8 | 邀オh邀オh | 1110100110000010100000001110111110111101101101010110100011101001100000101000000011101111101111011011010101101000 | e98280efbdb568e98280efbdb568 |
UHC | 邀?h邀?h | 1110100110101101001111110110100011101001101011010011111101101000 | e9ad3f68e9ad3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)