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 | 10001111010010011110001111010100111000111101011110011100110000110011111101000010 | 8f49e3d4e3d79cc33f42 |
EUC-JP | 終耿聆愿?B | 10111101101010101110011011010110111001101101100111011000110001010011111101000010 | bdaae6d6e6d9d8c53f42 |
UTF-8 | 終耿聆愿렖B | 11100111101101011000001011101000100000001011111111101000100000011000011011100110100001001011111111101011101000001001011001000010 | e7b582e880bfe88186e684bfeba09642 |
UHC | 終耿聆愿렖B | 1111000011111011110011001110101011010110110000001110101010110100100011101010101101000010 | f0fbccead6c0eab48eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)