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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕁医卯蕁 | 1110010101000000100010001110001110001001010010111110010101000000 | e54088e3894be540 |
EUC-JP | 蕁医卯蕁 | 1110100110100001101100001110010110110001101011001110100110100001 | e9a1b0e5b1ace9a1 |
UTF-8 | 蕁医卯蕁 | 111010001001010110000001111001011000110010111011111001011000110110101111111010001001010110000001 | e89581e58cbbe58dafe89581 |
UHC | 蕁?卯蕁 | 11010011110001100011111111011001110101101101001111000110 | d3c63fd9d6d3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)