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 | 蜿ゥ霎ソ陲 | 1110010110001111101010011110100010111110101111111110100010100010 | e58fa9e8bebfe8a2 |
EUC-JP | 蜿ゥ霎ソ陲 | 11101001111011111000111010101001111100001100000010001110101111111111000010100100 | e9ef8ea9f0c08ebff0a4 |
UTF-8 | 蜿ゥ霎ソ陲 | 111010001001110010111111111011111011110110101001111010011001110010001110111011111011110110111111111010011001100110110010 | e89cbfefbda9e99c8eefbdbfe999b2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)