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 | èßè¾° | 111010001101111110010100111010001011111010110000 | e8df94e8beb0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | èß?è?° | 10001111101010111011001010001111101010011100111000111111100011111010101110110010001111111010000111101011 | 8fabb28fa9ce3f8fabb23fa1eb |
UTF-8 | èßè¾° | 110000111010100011000011100111111100001010010100110000111010100011000010101111101100001010110000 | c3a8c39fc294c3a8c2bec2b0 |
UHC | ?ß??¾° | 001111111010100110101100001111110011111110101000111110101010000111000110 | 3fa9ac3f3fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)