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 | èç??? | 1110100011100111001111110011111100111111 | e8e73f3f3f |
SJIS-WIN | ???蹕紂 | 00111111001111110011111111100111010010101110001101000000 | 3f3f3fe74ae340 |
EUC-JP | èçŢ蹕紂 | 10001111101010111011001010001111101010111010111010001111101010101110000111101101101010111110010110100001 | 8fabb28fabae8faae1edabe5a1 |
UTF-8 | èçŢ蹕紂 | 110000111010100011000011101001111100010110100010111010001011100110010101111001111011010010000010 | c3a8c3a7c5a2e8b995e7b482 |
UHC | ????紂 | 001111110011111100111111001111111111000111000100 | 3f3f3f3ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)