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 | ãèÁÛ~ | 100011111110001111101000110000011101101101111110 | 8fe3e8c1db7e |
SJIS-WIN | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
EUC-JP | ?ãèÁÛ~ | 0011111110001111101010111010101010001111101010111011001010001111101010101010000110001111101010101110010101111110 | 3f8fabaa8fabb28faaa18faae57e |
UTF-8 | ãèÁÛ~ | 1100001010001111110000111010001111000011101010001100001110000001110000111001101101111110 | c28fc3a3c3a8c381c39b7e |
UHC | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)