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 | 巽脱存辿息 | 10010010010001101001001001000101100100011011011010010010010010001001000110100111 | 9246924591b6924891a7 |
EUC-JP | 巽脱存辿息 | 11000011101001111100001110100110110000101011100011000011101010011100001010101001 | c3a7c3a6c2b8c3a9c2a9 |
UTF-8 | 巽脱存辿息 | 111001011011011110111101111010001000010010110001111001011010110110011000111010001011111010111111111001101000000110101111 | e5b7bde884b1e5ad98e8bebfe681af |
UHC | 巽?存?息 | 1110000111011110001111111111000011101101001111111110001111010011 | e1de3ff0ed3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)