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 | â¾´â\ | 1110001010111110101101001110001001011100 | e2beb4e25c |
SJIS-WIN | ??´?\ | 001111110011111110000001010011000011111101011100 | 3f3f814c3f5c |
EUC-JP | â?´â\ | 10001111101010111010010000111111101000011010110110001111101010111010010001011100 | 8faba43fa1ad8faba45c |
UTF-8 | â¾´â\ | 110000111010001011000010101111101100001010110100110000111010001001011100 | c3a2c2bec2b4c3a25c |
UHC | ?¾´?\ | 00111111101010001111101010100010101001010011111101011100 | 3fa8faa2a53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)