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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汯糢フク珥 | 1111101011111000111000101111010111001100101110001110000011100000 | faf8e2f5ccb8e0e0 |
EUC-JP | 汯糢フク珥 | 1000111111000110111000111110010011110111100011101100110010001110101110001110000011100010 | 8fc6e3e4f78ecc8eb8e0e2 |
UTF-8 | 汯糢フク珥 | 111001101011000110101111111001111011001110100010111011111011111010001100111011111011110110111000111001111000111110100101 | e6b1afe7b3a2efbe8cefbdb8e78fa5 |
UHC | ????珥 | 001111110011111100111111001111111110110010110100 | 3f3f3f3fecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)