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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 闌ケD闌ケD^ | 111010001000110010111001010001001110100010001100101110010100010001011110 | e88cb944e88cb9445e |
EUC-JP | 闌ケD闌ケD^ | 1110111111101100100011101011100101000100111011111110110010001110101110010100010001011110 | efec8eb944efec8eb9445e |
UTF-8 | 闌ケD闌ケD^ | 111010011001011110001100111011111011110110111001010001001110100110010111100011001110111110111101101110010100010001011110 | e9978cefbdb944e9978cefbdb9445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)