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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涬晁椰 | 111110110100000110011101111010001001111010111101 | fb419de89ebd |
EUC-JP | 涬晁椰 | 10001111110001111100111111011010111010101101110010111111 | 8fc7cfdaeadcbf |
UTF-8 | 涬晁椰 | 111001101011011010101100111001101001100110000001111001101010010010110000 | e6b6ace69981e6a4b0 |
UHC | ?晁椰 | 0011111111110000110001011110010110101011 | 3ff0c5e5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)