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 | 淲夐岫淲・謔 | 1111101101000100100110101110100110011011101010111111101101000100101001011110011010000010 | fb449ae99babfb44a5e682 |
EUC-JP | ?夐岫?・謔 | 00111111110101001110101111010110101011010011111110001110101001011110101111100010 | 3fd4ebd6ad3f8ea5ebe2 |
UTF-8 | 淲夐岫淲・謔 | 111001101011011110110010111001011010010010010000111001011011001010101011111001101011011110110010111011111011110110100101111010001010110010010100 | e6b7b2e5a490e5b2abe6b7b2efbda5e8ac94 |
UHC | ??岫??謔 | 0011111100111111111000011111101100111111001111111111100111001100 | 3f3fe1fb3f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)