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 | 迢ク蟄倩ウ械 | 11100111100010111011100011100101101011011001100011101000101100111000101001000010 | e78bb8e5ad98e8b38a42 |
EUC-JP | 迢ク蟄倩ウ械 | 111011011110101110001110101110001110101010101111110100001110101010001110101100111011001110100011 | edeb8eb8eaafd0ea8eb3b3a3 |
UTF-8 | 迢ク蟄倩ウ械 | 111010001011111110100010111011111011110110111000111010001001111110000100111001011000000010101001111011111011110110110011111001101010001010110000 | e8bfa2efbdb8e89f84e580a9efbdb3e6a2b0 |
UHC | ??蟄??械 | 0011111100111111111101101101111000111111001111111100110011111110 | 3f3ff6de3f3fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)