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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 丹脱i丹脱iB | 1001001001001111100100100100010101101001100100100100111110010010010001010110100101000010 | 924f924569924f92456942 |
EUC-JP | 丹脱i丹脱iB | 1100001110110000110000111010011001101001110000111011000011000011101001100110100101000010 | c3b0c3a669c3b0c3a66942 |
UTF-8 | 丹脱i丹脱iB | 111001001011100010111001111010001000010010110001011010011110010010111000101110011110100010000100101100010110100101000010 | e4b8b9e884b169e4b8b9e884b16942 |
UHC | 丹?i丹?iB | 110100111010000100111111011010011101001110100001001111110110100101000010 | d3a13f69d3a13f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)