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 | 繹ル?泣х? | 11100011100010001000001110001011001111111000101110000011100001001000011100111111 | e388838b3f8b8384873f |
EUC-JP | 繹ル?泣х? | 11100101111010001010010111101011001111111011010111100011101001111110011100111111 | e5e8a5eb3fb5e3a7e73f |
UTF-8 | 繹ル낑泣х럦 | 1110011110111001101110011110001110000011101010111110101110000010100100011110011010110011101000111101000110000101111010111001111110100110 | e7b9b9e383abeb8291e6b3a3d185eb9fa6 |
UHC | 繹ル낑泣х럦 | 111001101011101010101011111010111011001110101001111010111110100010101100111001111000111010001001 | e6baabebb3a9ebe8ace78e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)