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 | テや凰雹」 | 1100001110000010111000101001100110000000111010001011100110100011 | c382e29980e8b9a3 |
EUC-JP | テや凰雹」 | 10001110110000111010010011100100110100011110000011110000101110111000111010100011 | 8ec3a4e4d1e0f0bb8ea3 |
UTF-8 | テや凰雹」 | 111011111011111010000011111000111000001010000100111001011000011110110000111010011001101110111001111011111011110110100011 | efbe83e38284e587b0e99bb9efbda3 |
UHC | ?や凰雹? | 0011111110101010111001001111110011000101110110101101111100111111 | 3faae4fcc5dadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)