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 | ½O\ | 1001000110111101100100100100111101011100 | 91bd924f5c |
SJIS-WIN | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
EUC-JP | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
UTF-8 | ½O\ | 1100001010010001110000101011110111000010100100100100111101011100 | c291c2bdc2924f5c |
UHC | ?½?O\ | 001111111010100011110110001111110100111101011100 | 3fa8f63f4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)