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 | 跟ソ逋。遯 | 1110011011101110101111111110011110011001101000011110011110101010 | e6eebfe799a1e7aa |
EUC-JP | 跟ソ逋。遯 | 11101100111100001000111010111111111011011111100110001110101000011110111010101100 | ecf08ebfedf98ea1eeac |
UTF-8 | 跟ソ逋。遯 | 111010001011011110011111111011111011110110111111111010011000000010001011111011111011110110100001111010011000000110101111 | e8b79fefbdbfe9808befbda1e981af |
UHC | ??逋?遯 | 00111111001111111111100011100111001111111101010011101110 | 3f3ff8e73fd4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)