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 | 跛ゥ邊グ | 11100110111010101010100111100111101100101000001101001111 | e6eaa9e7b2834f |
EUC-JP | 跛ゥ邊グ | 1110110011101100100011101010100111101110101101001010010110110000 | ecec8ea9eeb4a5b0 |
UTF-8 | 跛ゥ邊グ | 111010001011011110011011111011111011110110101001111010011000001010001010111000111000001010110000 | e8b79befbda9e9828ae382b0 |
UHC | 跛?邊グ | 11110111111101010011111111011100101010111010101110110000 | f7f53fdcababb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)