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 | ú¸º | 111110101011100010111010 | fab8ba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ú¸º | 100011111010101111100010100011111010001010110001100011111010001011101011 | 8fabe28fa2b18fa2eb |
UTF-8 | ú¸º | 110000111011101011000010101110001100001010111010 | c3bac2b8c2ba |
UHC | ?¸º | 0011111110100010101011001010100010101100 | 3fa2aca8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)