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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄒」邇門遂 | 111001111011111010100011111001111000111010010110111001011001000010001011 | e7bea3e78e96e5908b |
EUC-JP | 鄒」邇門遂 | 11101110110000001000111010100011111011011110111011001100111001111011111111101011 | eec08ea3edeecce7bfeb |
UTF-8 | 鄒」邇門遂 | 111010011000010010010010111011111011110110100011111010011000001010000111111010011001011010000000111010011000000110000010 | e98492efbda3e98287e99680e98182 |
UHC | 鄒?邇門遂 | 111101011101101100111111111011001100010011011010101001101110001011000100 | f5db3fecc4daa6e2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)