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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ?戍??~ | 001111111001110011111001001111110011111101111110 | 3f9cf93f3f7e |
EUC-JP | ?戍??~ | 001111111101100011111011001111110011111101111110 | 3fd8fb3f3f7e |
UTF-8 | 룶戍춳▣~ | 11101011101000111011011011100110100010001000110111101100101101101011001111100010100101101010001101111110 | eba3b6e6888decb6b3e296a37e |
UHC | 룶戍춳▣~ | 100011111010101111100010101000011010110110001111101000101100001101111110 | 8fabe2a1ad8fa2c37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)