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 | 族??愈 | 100100011011000000111111001111111001011011111010 | 91b03f3f96fa |
EUC-JP | 族??愈 | 110000101011001000111111001111111100110011111100 | c2b23f3fccfc |
UTF-8 | 族띄캑愈 | 111001101001011110001111111010111001110110000100111011001011101010010001111001101000010010001000 | e6978feb9d84ecba91e68488 |
UHC | 族띄캑愈 | 1111000011101001101101101110011111000100101101001110101011101111 | f0e9b6e7c4b4eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)