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 | 鸚???曖 | 11101010010111110011111100111111001111111001111001000010 | ea5f3f3f3f9e42 |
EUC-JP | 鸚???曖 | 11110011110000000011111100111111001111111101101110100011 | f3c03f3f3fdba3 |
UTF-8 | 鸚쒖룆쨘曖 | 111010011011100010011010111011001001001010010110111010111010001110000110111011001010100010011000111001101001101110010110 | e9b89aec9296eba386eca898e69b96 |
UHC | 鸚쒖룆쨘曖 | 11100101101001001001110011101100100011111000010111000010101110101110010011110010 | e5a49cec8f85c2bae4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)