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 | 蛹鈴ー殖 | 11100101100011001001011111101001101100001001000001000010 | e58c97e9b09042 |
EUC-JP | 蛹鈴ー殖 | 1110100111101100110011101110101110001110101100001011111110100011 | e9ecceeb8eb0bfa3 |
UTF-8 | 蛹鈴ー殖 | 111010001001101110111001111010011000100010110100111011111011110110110000111001101010111010010110 | e89bb9e988b4efbdb0e6ae96 |
UHC | ?鈴?殖 | 001111111101011011000010001111111110001111010110 | 3fd6c23fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)