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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 舎湿舎湿^ | 11110010111001101000111011001001100011101011110011110010111001101000111011001001100011101011110001011110 | f2e68ec98ebcf2e68ec98ebc5e |
EUC-JP | ?舎湿?舎湿^ | 0011111110111100110010111011110010111110001111111011110011001011101111001011111001011110 | 3fbccbbcbe3fbccbbcbe5e |
UTF-8 | 舎湿舎湿^ | 11101110100010001001110111101000100010001000111011100110101110011011111111101110100010001001110111101000100010001000111011100110101110011011111101011110 | ee889de8888ee6b9bfee889de8888ee6b9bf5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)