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 | í±m]H | 111011011001100010110001011011010101110101001000 | ed98b16d5d48 |
SJIS-WIN | ??±m]H | 00111111001111111000000101111101011011010101110101001000 | 3f3f817d6d5d48 |
EUC-JP | í?±m]H | 100011111010101110111111001111111010000111011110011011010101110101001000 | 8fabbf3fa1de6d5d48 |
UTF-8 | í±m]H | 110000111010110111000010100110001100001010110001011011010101110101001000 | c3adc298c2b16d5d48 |
UHC | ??±m]H | 00111111001111111010000110111110011011010101110101001000 | 3f3fa1be6d5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)