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 | ?????`B | 00111111001111110011111100111111001111110110000001000010 | 3f3f3f3f3f6042 |
SJIS-WIN | テδ氾つサ`B | 11000011100000111100001010010100110000111000001011000010101110110110000001000010 | c383c294c382c2bb6042 |
EUC-JP | テδ氾つサ`B | 100011101100001110100110110001001100100011000101101001001100010010001110101110110110000001000010 | 8ec3a6c4c8c5a4c48ebb6042 |
UTF-8 | テδ氾つサ`B | 11101111101111101000001111001110101101001110011010110000101111101110001110000001101001001110111110111101101110110110000001000010 | efbe83ceb4e6b0bee381a4efbdbb6042 |
UHC | ?δ氾つ?`B | 00111111101001011110010011011011111100001010101011000100001111110110000001000010 | 3fa5e4dbf0aac43f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)