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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蹕紂 | 0011111111100111010010101110001101000000 | 3fe74ae340 |
EUC-JP | ţ蹕紂 | 10001111101010111110000111101101101010111110010110100001 | 8fabe1edabe5a1 |
UTF-8 | ţ蹕紂 | 1100010110100011111010001011100110010101111001111011010010000010 | c5a3e8b995e7b482 |
UHC | ??紂 | 00111111001111111111000111000100 | 3f3ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)