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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繰尊 | 10001100010010101001000110111000 | 8c4a91b8 |
EUC-JP | 繰尊 | 10110111101010111100001010111010 | b7abc2ba |
UTF-8 | 繰尊 | 111001111011100110110000111001011011000010001010 | e7b9b0e5b08a |
UHC | 繰尊 | 11110000110110111111000011101110 | f0dbf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)