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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 薏?IJ繇 | 10001111110110011101111000111111100011111010100110100110100011111101010011010001 | 8fd9de3f8fa9a68fd4d1 |
UTF-8 | 薏앸IJ繇 | 1110100010010110100011111110110010010101101110001100010010110010111001111011100110000111 | e8968fec95b8c4b2e7b987 |
UHC | 薏앸IJ繇 | 1110101111111011100111011110101110101000101001101110100110100011 | ebfb9deba8a6e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)