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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | テδ崚つカnB | 11000011100000111100001010011011110000111000001011000010101101100110111001000010 | c383c29bc382c2b66e42 |
EUC-JP | テδ崚つカnB | 100011101100001110100110110001001101011011000101101001001100010010001110101101100110111001000010 | 8ec3a6c4d6c5a4c48eb66e42 |
UTF-8 | テδ崚つカnB | 11101111101111101000001111001110101101001110010110110100100110101110001110000001101001001110111110111101101101100110111001000010 | efbe83ceb4e5b49ae381a4efbdb66e42 |
UHC | ?δ?つ?nB | 001111111010010111100100001111111010101011000100001111110110111001000010 | 3fa5e43faac43f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)