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 | Ü?? | 110111000011111100111111 | dc3f3f |
SJIS-WIN | ?蹕紂 | 0011111111100111010010101110001101000000 | 3fe74ae340 |
EUC-JP | Ü蹕紂 | 10001111101010101110010011101101101010111110010110100001 | 8faae4edabe5a1 |
UTF-8 | Ü蹕紂 | 1100001110011100111010001011100110010101111001111011010010000010 | c39ce8b995e7b482 |
UHC | ??紂 | 00111111001111111111000111000100 | 3f3ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)