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 | ????Ð | 0011111100111111001111110011111111010000 | 3f3f3f3fd0 |
SJIS-WIN | 贈頃??? | 10010001101000011000110110100000001111110011111100111111 | 91a18da03f3f3f |
EUC-JP | 贈頃??? | 11000010101000111011101010100010001111110011111100111111 | c2a3baa23f3f3f |
UTF-8 | 贈頃렱ㅸÐ | 1110100010110100100010001110100110100000100000111110101110100000101100011110001110000101101110001100001110010000 | e8b488e9a083eba0b1e385b8c390 |
UHC | 贈頃렱ㅸÐ | 11110001111111001100110011110001100011101011111010100100111010001010100010100010 | f1fcccf18ebea4e8a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)