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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?脣????B | 0011111111100011111110100011111100111111001111110011111101000010 | 3fe3fa3f3f3f3f42 |
EUC-JP | ?脣??莘?B | 00111111111001101111110000111111001111111000111111011000101010110011111101000010 | 3fe6fc3f3f8fd8ab3f42 |
UTF-8 | 얇脣렏얇莘렏B | 11101100100101101000011111101000100001001010001111101011101000001000111111101100100101101000011111101000100011101001100011101011101000001000111101000010 | ec9687e884a3eba08fec9687e88e98eba08f42 |
UHC | 얇脣렏얇莘렏B | 10111110111000111110001011101110100011101010010110111110111000111110001111101110100011101010010101000010 | bee3e2ee8ea5bee3e3ee8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)