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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???洵ι | 00111111001111110011111110011111101010111000001111000111 | 3f3f3f9fab83c7 |
EUC-JP | ???洵ι | 00111111001111110011111111011110101011011010011011001001 | 3f3f3fdeada6c9 |
UTF-8 | 嶺쎌궏洵ι | 1110111110100110101010111110110010001110100011001110101010110110100011111110011010110100101101011100111010111001 | efa6abec8e8ceab68fe6b4b5ceb9 |
UHC | 嶺쎌궏洵ι | 11100111101011011011110111101100100000101010010111100010111001111010010111101001 | e7adbdec82a5e2e7a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)