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 | ?θ? | 00111111100000111100011000111111 | 3f83c63f |
EUC-JP | ?θ? | 00111111101001101100100000111111 | 3fa6c83f |
UTF-8 | 嶺θ뭳 | 1110111110100110101010111100111010111000111010111010110110110011 | efa6abceb8ebadb3 |
UHC | 嶺θ뭳 | 111001111010110110100101111010001001001010000010 | e7ada5e89282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)