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 | 巽竪損辰尊 | 10010010010001101001001001000111100100011011100110010010010000111001000110111000 | 9246924791b9924391b8 |
EUC-JP | 巽竪損辰尊 | 11000011101001111100001110101000110000101011101111000011101001001100001010111010 | c3a7c3a8c2bbc3a4c2ba |
UTF-8 | 巽竪損辰尊 | 111001011011011110111101111001111010101110101010111001101001000010001101111010001011111010110000111001011011000010001010 | e5b7bde7abaae6908de8beb0e5b08a |
UHC | 巽竪損辰尊 | 11100001110111101110001010110101111000011101111111110010111000111111000011101110 | e1dee2b5e1dff2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)