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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 證耿聆愿?B | 11100110100110101110001111010100111000111101011110011100110000110011111101000010 | e69ae3d4e3d79cc33f42 |
EUC-JP | 證耿聆愿?B | 11101011111110101110011011010110111001101101100111011000110001010011111101000010 | ebfae6d6e6d9d8c53f42 |
UTF-8 | 證耿聆愿렖B | 11101000101011011000100111101000100000001011111111101000100000011000011011100110100001001011111111101011101000001001011001000010 | e8ad89e880bfe88186e684bfeba09642 |
UHC | 證耿聆愿렖B | 1111000111111011110011001110101011010110110000001110101010110100100011101010101101000010 | f1fbccead6c0eab48eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)