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 | ú´f\ | 1111101010110100100111110110011001011100 | fab49f665c |
SJIS-WIN | ?´?f\ | 001111111000000101001100001111110110011001011100 | 3f814c3f665c |
EUC-JP | ú´?f\ | 1000111110101011111000101010000110101101001111110110011001011100 | 8fabe2a1ad3f665c |
UTF-8 | ú´f\ | 1100001110111010110000101011010011000010100111110110011001011100 | c3bac2b4c29f665c |
UHC | ?´?f\ | 001111111010001010100101001111110110011001011100 | 3fa2a53f665c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)