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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 節??辱?B | 1001000011011111001111110011111110010000010010100011111101000010 | 90df3f3f904a3f42 |
EUC-JP | 節??辱?B | 1100000011100001001111110011111110111111101010110011111101000010 | c0e13f3fbfab3f42 |
UTF-8 | 節억풆辱첣B | 11100111101011111000000011101100100101101011010111101101100100101000011011101000101111101011000111101100101100101010001101000010 | e7af80ec96b5ed9286e8beb1ecb2a342 |
UHC | 節억풆辱첣B | 1110111110111101101111101110111110111110100011101110100110110100101010110100110001000010 | efbdbeefbe8ee9b4ab4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)