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 | 阮翫Ι諞 | 1110100010010110100010101110001110000011101001111110011010000110 | e8968ae383a7e686 |
EUC-JP | 阮翫Ι諞 | 1110111111110110101101001110010110100110101010011110101111100110 | eff6b4e5a6a9ebe6 |
UTF-8 | 阮翫Ι諞 | 1110100110011000101011101110011110111111101010111100111010011001111010001010101110011110 | e998aee7bfabce99e8ab9e |
UHC | 阮翫Ι? | 11101000110101101110100011010001101001011100100100111111 | e8d6e8d1a5c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)