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 | å÷??? | 1110010111110111001111110011111100111111 | e5f73f3f3f |
SJIS-WIN | ?÷‡蹕紂 | 001111111000000110000000100000011111011011100111010010101110001101000000 | 3f818081f6e74ae340 |
EUC-JP | å÷‡蹕紂 | 1000111110101011101010011010000111100000101000101111100011101101101010111110010110100001 | 8faba9a1e0a2f8edabe5a1 |
UTF-8 | å÷‡蹕紂 | 11000011101001011100001110110111111000101000000010100001111010001011100110010101111001111011010010000010 | c3a5c3b7e280a1e8b995e7b482 |
UHC | ?÷‡?紂 | 0011111110100001110000001010001011010100001111111111000111000100 | 3fa1c0a2d43ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)