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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曠攷j佶 | 1001111001000100100111011011110110000010100010101001100011001001 | 9e449dbd828a98c9 |
EUC-JP | 曠攷j佶 | 1101101110100101110110101011111110100011111010101101000011001011 | dba5dabfa3ead0cb |
UTF-8 | 曠攷j佶 | 111001101001101110100000111001101001010010110111111011111011110110001010111001001011110110110110 | e69ba0e694b7efbd8ae4bdb6 |
UHC | 曠攷j佶 | 1100111011000111110011011011100110100011111010101101000111001101 | cec7cdb9a3ead1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)