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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 際?艇?? | 10001101110110110011111110010010111110000011111100111111 | 8ddb3f92f83f3f |
EUC-JP | 際?艇?? | 10111010110111010011111111000100111110100011111100111111 | badd3fc4fa3f3f |
UTF-8 | 際렧艇띔렦 | 111010011001101010011011111010111010000010100111111010001000100110000111111010111001110110010100111010111010000010100110 | e99a9beba0a7e88987eb9d94eba0a6 |
UHC | 際렧艇띔렦 | 11110000101101111000111010110110111011111111001110110110111010101000111010110101 | f0b78eb6eff3b6ea8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)