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 | テや凰雹」縺 | 11000011100000101110001010011001100000001110100010111001101000111110001110000001 | c382e29980e8b9a3e381 |
EUC-JP | テや凰雹」縺 | 100011101100001110100100111001001101000111100000111100001011101110001110101000111110010111100001 | 8ec3a4e4d1e0f0bb8ea3e5e1 |
UTF-8 | テや凰雹」縺 | 111011111011111010000011111000111000001010000100111001011000011110110000111010011001101110111001111011111011110110100011111001111011100010111010 | efbe83e38284e587b0e99bb9efbda3e7b8ba |
UHC | ?や凰雹?? | 001111111010101011100100111111001100010111011010110111110011111100111111 | 3faae4fcc5dadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)