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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???意? | 001111110011111100111111100010001101001100111111 | 3f3f3f88d33f |
EUC-JP | ???意? | 001111110011111100111111101100001101010100111111 | 3f3f3fb0d53f |
UTF-8 | 娛뤾퀣意쌑 | 111001011010100010011011111010111010010010111110111011011000000010100011111001101000010010001111111011001000110010010001 | e5a89beba4beed80a3e6848fec8c91 |
UHC | 娛뤾퀣意쌑 | 11100111111101001000111111101010101100111001011111101011111100101001101101000010 | e7f48feab397ebf29b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)