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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 受〓6? | 10001110111100111000000110101100100000100101010100111111 | 8ef381ac82553f |
EUC-JP | 受〓6? | 10111100111101011010001010101110101000111011011000111111 | bcf5a2aea3b63f |
UTF-8 | 受〓6曆 | 111001011000111110010111111000111000000010010011111011111011110010010110111011111010011010001011 | e58f97e38093efbc96efa68b |
UHC | 受〓6曆 | 1110000111110100101000011110101110100011101101101110011010110111 | e1f4a1eba3b6e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)