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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繹レ?泣ε | 111000111000100010000011100011000011111110001011100000111000001111000011 | e388838c3f8b8383c3 |
EUC-JP | 繹レ?泣ε | 111001011110100010100101111011000011111110110101111000111010011011000101 | e5e8a5ec3fb5e3a6c5 |
UTF-8 | 繹レ떣泣ε | 1110011110111001101110011110001110000011101011001110101110010110101000111110011010110011101000111100111010110101 | e7b9b9e383aceb96a3e6b3a3ceb5 |
UHC | 繹レ떣泣ε | 11100110101110101010101111101100100010111011011111101011111010001010010111100101 | e6baabec8bb7ebe8a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)