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 | 湿湿^ | 10001110101111001111001010111110111100011011110010001110101111001111001010111110111100011011110001011110 | 8ebcf2bef1bc8ebcf2bef1bc5e |
EUC-JP | 湿??湿??^ | 101111001011111000111111001111111011110010111110001111110011111101011110 | bcbe3f3fbcbe3f3f5e |
UTF-8 | 湿湿^ | 11100110101110011011111111101110100001111011010111101110100001001011011111100110101110011011111111101110100001111011010111101110100001001011011101011110 | e6b9bfee87b5ee84b7e6b9bfee87b5ee84b75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)