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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | テ淌淞ヲツーBF | 11000011100111111100001110011111110000101010011011000010101100000100001001000110 | c39fc39fc2a6c2b04246 |
EUC-JP | テ淌淞ヲツーBF | 1000111011000011110111101100010111011110110001001000111010100110100011101100001010001110101100000100001001000110 | 8ec3dec5dec48ea68ec28eb04246 |
UTF-8 | テ淌淞ヲツーBF | 1110111110111110100000111110011010110111100011001110011010110111100111101110111110111101101001101110111110111110100000101110111110111101101100000100001001000110 | efbe83e6b78ce6b79eefbda6efbe82efbdb04246 |
UHC | ??淞???BF | 001111110011111111100001111001110011111100111111001111110100001001000110 | 3f3fe1e73f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)