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 | 奪但遜脱尊 | 10010010010001001001001001000001100100011011101110010010010001011001000110111000 | 9244924191bb924591b8 |
EUC-JP | 奪但遜脱尊 | 11000011101001011100001110100010110000101011110111000011101001101100001010111010 | c3a5c3a2c2bdc3a6c2ba |
UTF-8 | 奪但遜脱尊 | 111001011010010110101010111001001011110110000110111010011000000110011100111010001000010010110001111001011011000010001010 | e5a5aae4bd86e9819ce884b1e5b08a |
UHC | 奪但遜?尊 | 111101111010110011010011101000111110000111100001001111111111000011101110 | f7acd3a3e1e13ff0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)