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 | 阮ー貅・縺。 | 11101000100101101011000011100110101110101010010111100011100000011000000101000010 | e896b0e6baa5e3818142 |
EUC-JP | 阮ー貅・縺。 | 111011111111011010001110101100001110110010111100100011101010010111100101111000011010000110100011 | eff68eb0ecbc8ea5e5e1a1a3 |
UTF-8 | 阮ー貅・縺。 | 111010011001100010101110111011111011110110110000111010001011001010000101111011111011110110100101111001111011100010111010111000111000000010000010 | e998aeefbdb0e8b285efbda5e7b8bae38082 |
UHC | 阮????。 | 1110100011010110001111110011111100111111001111111010000110100011 | e8d63f3f3f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)