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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 磁裘イ郛スB | 1111000011000001100011101010010111100101111000101011001011100111101111001011110101000010 | f0c18ea5e5e2b2e7bcbd42 |
EUC-JP | ?磁裘イ郛スB | 001111111011110010100111111010101110010010001110101100101110111010111110100011101011110101000010 | 3fbca7eae48eb2eebe8ebd42 |
UTF-8 | 磁裘イ郛スB | 11101110100000101000000011100111101000111000000111101000101000111001100011101111101111011011001011101001100000111001101111101111101111011011110101000010 | ee8280e7a381e8a398efbdb2e9839befbdbd42 |
UHC | ?磁????B | 0011111111101101101110000011111100111111001111110011111101000010 | 3fedb83f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)