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 | 譴ァ繽倆滑 | 111001101010001010100111111000111000111110011000111011011000101010001010 | e6a2a7e38f98ed8a8a |
EUC-JP | 譴ァ繽倆滑 | 11101100101001001000111010100111111001011110111111010000111011111011001111101010 | eca48ea7e5efd0efb3ea |
UTF-8 | 譴ァ繽倆滑 | 111010001010110110110100111011111011110110100111111001111011100110111101111001011000000010000110111001101011101110010001 | e8adb4efbda7e7b9bde58086e6bb91 |
UHC | 譴??倆滑 | 1100110010111001001111110011111111010101110101101111110011000001 | ccb93f3fd5d6fcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)