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 | 闍・緕ェ寬オ | 111010001000101110100101111000111000111010101010111110101010101010110101 | e88ba5e38eaafaaab5 |
EUC-JP | 闍・緕ェ?オ | 1110111111101011100011101010010111100101111011101000111010101010001111111000111010110101 | efeb8ea5e5ee8eaa3f8eb5 |
UTF-8 | 闍・緕ェ寬オ | 111010011001011110001101111011111011110110100101111001111011011110010101111011111011110110101010111001011010111110101100111011111011110110110101 | e9978defbda5e7b795efbdaae5afacefbdb5 |
UHC | ????寬? | 00111111001111110011111100111111110011101011000000111111 | 3f3f3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)