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 | 甑?昱?攻 | 1000110110011001001111111111101001100011001111111000110101010101 | 8d993ffa633f8d55 |
EUC-JP | 甑?昱?攻 | 101110011111100100111111100011111100001010101101001111111011100110110110 | b9f93f8fc2ad3fb9b6 |
UTF-8 | 甑렋昱띕攻 | 111001111001010010010001111010111010000010001011111001101001100010110001111010111001110110010101111001101001010010111011 | e79491eba08be698b1eb9d95e694bb |
UHC | 甑렋昱띕攻 | 11110001111101111000111010100010111010011111000010110110111010111100110111110100 | f1f78ea2e9f0b6ebcdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)