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 | 際?煜? | 100011011101101100111111111110110101010100111111 | 8ddb3ffb553f |
EUC-JP | 際?煜? | 10111010110111010011111110001111110010011111110000111111 | badd3f8fc9fc3f |
UTF-8 | 際렢煜양 | 111010011001101010011011111010111010000010100010111001111000010110011100111011001001011010010001 | e99a9beba0a2e7859cec9691 |
UHC | 際렢煜양 | 1111000010110111100011101011001111101001111100101011111011100111 | f0b78eb3e9f2bee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)