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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筰「 | 11110000101110101110001010101001101000101111011001000010 | f0bae2a9a2f642 |
EUC-JP | ?筰「? | 001111111110010010101011100011101010001000111111 | 3fe4ab8ea23f |
UTF-8 | 筰「 | 111011101000000110111001111001111010110110110000111011111011110110100010111011101001000110101010 | ee81b9e7adb0efbda2ee91aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)