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 | 阮冗屐邃。 | 111010001001011010001111111001111001101110011111111000101000010010100001 | e8968fe79b9fe284a1 |
EUC-JP | 阮冗屐邃。 | 11101111111101101011111011101001110101101010000111100011111001001000111010100001 | eff6bee9d6a1e3e48ea1 |
UTF-8 | 阮冗屐邃。 | 111010011001100010101110111001011000011010010111111001011011000110010000111010011000001010000011111011111011110110100001 | e998aee58697e5b190e98283efbda1 |
UHC | 阮冗?邃? | 1110100011010110111010011011011100111111111000101100010100111111 | e8d6e9b73fe2c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)