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 | 闍・繽尖l | 111010001000101110100101111000111000111110010000111010111000001010001100 | e88ba5e38f90eb828c |
EUC-JP | 闍・繽尖l | 11101111111010111000111010100101111001011110111111000000111011011010001111101100 | efeb8ea5e5efc0eda3ec |
UTF-8 | 闍・繽尖l | 111010011001011110001101111011111011110110100101111001111011100110111101111001011011000010010110111011111011110110001100 | e9978defbda5e7b9bde5b096efbd8c |
UHC | ???尖l | 00111111001111110011111111110100110100111010001111101100 | 3f3f3ff4d3a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)