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 | 粮葛旭覬 | 1110001011101100100010101000101110001000101011101110011001010000 | e2ec8a8b88aee650 |
EUC-JP | 粮葛旭覬 | 1110010011101110101100111110101110110000101100001110101110110001 | e4eeb3ebb0b0ebb1 |
UTF-8 | 粮葛旭覬 | 111001111011001010101110111010001001000110011011111001101001011110101101111010001010011010101100 | e7b2aee8919be697ade8a6ac |
UHC | 粮葛旭? | 11010101110110111100101011100111111010011110111100111111 | d5dbcae7e9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)