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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驪咏粟陬 | 1110100110001011100110011110011110001000101111101110100010100011 | e98b99e788bee8a3 |
EUC-JP | 驪咏粟陬 | 1111000111101011110100101110100110110000110000001111000010100101 | f1ebd2e9b0c0f0a5 |
UTF-8 | 驪咏粟陬 | 111010011010100110101010111001011001001010001111111001111011001010011111111010011001100110101100 | e9a9aae5928fe7b29fe999ac |
UHC | 驪?粟? | 110101011111000100111111111000011101100000111111 | d5f13fe1d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)