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 | ¸öÊû | 10111000111101101100101011111011 | b8f6cafb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸öÊû | 100011111010001010110001100011111010101111010011100011111010101010110100100011111010101111100101 | 8fa2b18fabd38faab48fabe5 |
UTF-8 | ¸öÊû | 1100001010111000110000111011011011000011100010101100001110111011 | c2b8c3b6c38ac3bb |
UHC | ¸??? | 1010001010101100001111110011111100111111 | a2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)