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 | û¥å¥Ë | 1111101110100101111001011010010111001011 | fba5e5a5cb |
SJIS-WIN | ?¥?¥? | 00111111100000011000111100111111100000011000111100111111 | 3f818f3f818f3f |
EUC-JP | û?å?Ë | 1000111110101011111001010011111110001111101010111010100100111111100011111010101010110011 | 8fabe53f8faba93f8faab3 |
UTF-8 | û¥å¥Ë | 11000011101110111100001010100101110000111010010111000010101001011100001110001011 | c3bbc2a5c3a5c2a5c38b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)