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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豐梦。呱。嫋 | 11100110101100101001101011101011101000011001100111101011101000011001101101011101 | e6b29aeba199eba19b5d |
EUC-JP | 豐梦。呱。嫋 | 111011001011010011010100111011011000111010100001110100101110110110001110101000011101010110111110 | ecb4d4ed8ea1d2ed8ea1d5be |
UTF-8 | 豐梦。呱。嫋 | 111010001011000110010000111001101010001010100110111011111011110110100001111001011001000110110001111011111011110110100001111001011010101110001011 | e8b190e6a2a6efbda1e591b1efbda1e5ab8b |
UHC | ???呱?? | 00111111001111110011111111001101101100100011111100111111 | 3f3f3fcdb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)