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 | 持肆?富 | 10001110100111011110001111100110001111111001010101111000 | 8e9de3e63f9578 |
EUC-JP | 持肆?富 | 10111011111111011110011011101000001111111100100111011001 | bbfde6e83fc9d9 |
UTF-8 | 持肆렍富 | 111001101000110010000001111010001000001010000110111010111010000010001101111001011010111110001100 | e68c81e88286eba08de5af8c |
UHC | 持肆렍富 | 1111001010100101110111101110101110001110101000111101110110100011 | f2a5deeb8ea3dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)