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 | 繩??心 | 111000111000101000111111001111111001000001010011 | e38a3f3f9053 |
EUC-JP | 繩??心 | 111001011110101000111111001111111011111110110100 | e5ea3f3fbfb4 |
UTF-8 | 繩됧꽟心 | 111001111011100110101001111010111001000010100111111010101011110110011111111001011011111110000011 | e7b9a9eb90a7eabd9fe5bf83 |
UHC | 繩됧꽟心 | 1110001110110001100010011110010110000100101011001110001111111101 | e3b189e584ace3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)