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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 譽??擁?{d | 111001101010001100111111001111111001011101101001001111110111101101100100 | e6a33f3f97693f7b64 |
EUC-JP | 譽??擁?{d | 111011001010010100111111001111111100110111001010001111110111101101100100 | eca53f3fcdca3f7b64 |
UTF-8 | 譽깁걶擁퀈{d | 1110100010101101101111011110101010111001100000011110101010110001101101101110011010010011100000011110110110000000100010000111101101100100 | e8adbdeab981eab1b6e69381ed80887b64 |
UHC | 譽깁걶擁퀈{d | 111001111110001010110001111010011000000110011100111010001011011010110011011110000111101101100100 | e7e2b1e9819ce8b6b3787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)