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 | 莉冶「芳 | 11100100101110111001011011101000101000101001011001000110 | e4bb96e8a29646 |
EUC-JP | 莉冶「芳 | 1110100010111101110011001110101010001110101000101100101110100111 | e8bdccea8ea2cba7 |
UTF-8 | 莉冶「芳 | 111010001000111010001001111001011000011010110110111011111011110110100010111010001000101010110011 | e88e89e586b6efbda2e88ab3 |
UHC | 莉冶?芳 | 11010111111010011110010110100111001111111101101110111011 | d7e9e5a73fdbbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)