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 | 垰溽蛛嶬 | 1001101010111001100111111110011111100101100000011001101111010010 | 9ab99fe7e5819bd2 |
EUC-JP | 垰溽蛛嶬 | 1101010010111011110111101110100111101001111000011101011011010100 | d4bbdee9e9e1d6d4 |
UTF-8 | 垰溽蛛嶬 | 111001011001111010110000111001101011101010111101111010001001101110011011111001011011011010101100 | e59eb0e6babde89b9be5b6ac |
UHC | ??蛛? | 0011111100111111111100011100100000111111 | 3f3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)