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^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 竪辰俗D^ | 1001001001000111100100100100001110010001101011010100010001011110 | 9247924391ad445e |
EUC-JP | 竪辰俗D^ | 1100001110101000110000111010010011000010101011110100010001011110 | c3a8c3a4c2af445e |
UTF-8 | 竪辰俗D^ | 1110011110101011101010101110100010111110101100001110010010111111100101110100010001011110 | e7abaae8beb0e4bf97445e |
UHC | 竪辰俗D^ | 1110001010110101111100101110001111100001110101000100010001011110 | e2b5f2e3e1d4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)