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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セ闔ウ爾\ | 111100011110001010111110111010001000111010110011100011101010001001011100 | f1e2bee88eb38ea25c |
EUC-JP | ?セ闔ウ爾\ | 00111111100011101011111011101111111011101000111010110011101111001010010001011100 | 3f8ebeefee8eb3bca45c |
UTF-8 | セ闔ウ爾\ | 11101110100001011001110111101111101111011011111011101001100101111001010011101111101111011011001111100111100010001011111001011100 | ee859defbdbee99794efbdb3e788be5c |
UHC | ??闔?爾\ | 0011111100111111111110011110111100111111111011001011001101011100 | 3f3ff9ef3fecb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)