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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 까떰┡ | 111010101011100110001100111010111001011010110000111000101001010010100001 | eab98ceb96b0e294a1 |
UHC | 까떰┡ | 101100011110111010110110101101101010011011001011 | b1eeb6b6a6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)