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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 廏√Ν笏 | 1001101111111100100000011110001110000011101010111110001010010100 | 9bfc81e383abe294 |
EUC-JP | 廏√Ν笏 | 1101011011111110101000101110010110100110101011011110001111110100 | d6fea2e5a6ade3f4 |
UTF-8 | 廏√Ν笏 | 1110010110111011100011111110001010001000100110101100111010011101111001111010110010001111 | e5bb8fe2889ace9de7ac8f |
UHC | ?√Ν笏 | 00111111101000011110111010100101110011011111101111101110 | 3fa1eea5cdfbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)