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\ | 1001001001001111100100011001111101011100 | 924f919f5c |
SJIS-WIN | ?O??\ | 0011111101001111001111110011111101011100 | 3f4f3f3f5c |
EUC-JP | ?O??\ | 0011111101001111001111110011111101011100 | 3f4f3f3f5c |
UTF-8 | O\ | 1100001010010010010011111100001010010001110000101001111101011100 | c2924fc291c29f5c |
UHC | ?O??\ | 0011111101001111001111110011111101011100 | 3f4f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)