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 | 愼??陞 | 100111001100010000111111001111111110100010011110 | 9cc43f3fe89e |
EUC-JP | 愼??陞 | 110110001100011000111111001111111110111111111110 | d8c63f3feffe |
UTF-8 | 愼뚣룦陞 | 111001101000010010111100111010111001101010100011111010111010001110100110111010011001100110011110 | e684bceb9aa3eba3a6e9999e |
UHC | 愼뚣룦陞 | 1110001111100101100011001110001110001111100111111110001110110011 | e3e58ce38f9fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)