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 | 闔蛾摩蜿渦] | 1110100010001110100010011110100110010110100000001110010110001111100010010101000101011101 | e88e89e99680e58f89515d |
EUC-JP | 闔蛾摩蜿渦] | 1110111111101110101100101110101111001011111000001110100111101111101100011011001001011101 | efeeb2ebcbe0e9efb1b25d |
UTF-8 | 闔蛾摩蜿渦] | 11101001100101111001010011101000100110111011111011100110100100011010100111101000100111001011111111100110101110001010011001011101 | e99794e89bbee691a9e89cbfe6b8a65d |
UHC | 闔蛾摩?渦] | 11111001111011111110010010110110110110001010010000111111111010001011111001011101 | f9efe4b6d8a43fe8be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)