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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 語??傭?] | 1000110011101010001111110011111110010111011000100011111101011101 | 8cea3f3f97623f5d |
EUC-JP | 語??傭?] | 1011100011101100001111110011111111001101110000110011111101011101 | b8ec3f3fcdc33f5d |
UTF-8 | 語뤸뱲傭놯] | 11101000101010101001111011101011101001001011100011101011101100011011001011100101100000101010110111101011100001101010111101011101 | e8aa9eeba4b8ebb1b2e582adeb86af5d |
UHC | 語뤸뱲傭놯] | 1110010111011110100011111110011010010011100110001110100110110110100001110101000101011101 | e5de8fe69398e9b687515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)