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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驫墓ォ∵凾^ | 11101001100010101001010111100110101010111000000111100110100110011000001001011110 | e98a95e6ab81e699825e |
EUC-JP | 驫墓ォ∵凾^ | 1111000111101010110010101110100010001110101010111010001011101000110100011110001001011110 | f1eacae88eaba2e8d1e25e |
UTF-8 | 驫墓ォ∵凾^ | 11101001101010011010101111100101101000101001001111101111101111011010101111100010100010001011010111100101100001111011111001011110 | e9a9abe5a293efbdabe288b5e587be5e |
UHC | ?墓?∵?^ | 0011111111011001110101110011111110100001111100010011111101011110 | 3fd9d73fa1f13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)