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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 尊?h尊 | 100100011011100000111111011010001001000110111000 | 91b83f6891b8 |
EUC-JP | 尊?h尊 | 110000101011101000111111011010001100001010111010 | c2ba3f68c2ba |
UTF-8 | 尊렟h尊 | 11100101101100001000101011101011101000001001111101101000111001011011000010001010 | e5b08aeba09f68e5b08a |
UHC | 尊렟h尊 | 11110000111011101000111010110000011010001111000011101110 | f0ee8eb068f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)