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 | 繹ル?泣?? | 111000111000100010000011100010110011111110001011100000110011111100111111 | e388838b3f8b833f3f |
EUC-JP | 繹ル?泣?? | 111001011110100010100101111010110011111110110101111000110011111100111111 | e5e8a5eb3fb5e33f3f |
UTF-8 | 繹ル낑泣ㅶ마 | 111001111011100110111001111000111000001110101011111010111000001010010001111001101011001110100011111000111000010110110110111010111010011110001000 | e7b9b9e383abeb8291e6b3a3e385b6eba788 |
UHC | 繹ル낑泣ㅶ마 | 111001101011101010101011111010111011001110101001111010111110100010100100111001101011100010110110 | e6baabebb3a9ebe8a4e6b8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)