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 | èßè®H | 11101000110111111001001011101000101011101000001101001000 | e8df92e8ae8348 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | èß?è®?H | 100011111010101110110010100011111010100111001110001111111000111110101011101100101000111110100010111011100011111101001000 | 8fabb28fa9ce3f8fabb28fa2ee3f48 |
UTF-8 | èßè®H | 11000011101010001100001110011111110000101001001011000011101010001100001010101110110000101000001101001000 | c3a8c39fc292c3a8c2aec28348 |
UHC | ?ß??®?H | 001111111010100110101100001111110011111110100010111001110011111101001000 | 3fa9ac3f3fa2e73f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)