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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | 僞襄G僞襄R | 10011001010001011110010111110101010001111001100101000101111001011111010101010010 | 9945e5f5479945e5f552 |
EUC-JP | 僞襄G僞襄R | 11010001101001101110101011110111010001111101000110100110111010101111011101010010 | d1a6eaf747d1a6eaf752 |
UTF-8 | 僞襄G僞襄R | 1110010110000011100111101110100010100101100001000100011111100101100000111001111011101000101001011000010001010010 | e5839ee8a58447e5839ee8a58452 |
UHC | 僞襄G僞襄R | 11101010110010101110010111010001010001111110101011001010111001011101000101010010 | eacae5d147eacae5d152 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)