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 | 驕俳蜿ゥ菫 | 111010011000000110010100011011111110010110001111101010011110010010111111 | e981946fe58fa9e4bf |
EUC-JP | 驕俳蜿ゥ菫 | 11110001111000011100011111010000111010011110111110001110101010011110100011000001 | f1e1c7d0e9ef8ea9e8c1 |
UTF-8 | 驕俳蜿ゥ菫 | 111010011010100110010101111001001011111110110011111010001001110010111111111011111011110110101001111010001000111110101011 | e9a995e4bfb3e89cbfefbda9e88fab |
UHC | 驕俳??菫 | 1100111011110110110110111100010000111111001111111101000011001011 | cef6dbc43f3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)