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\ | 10010010010011111001001001011100 | 924f925c |
SJIS-WIN | ?O?\ | 00111111010011110011111101011100 | 3f4f3f5c |
EUC-JP | ?O?\ | 00111111010011110011111101011100 | 3f4f3f5c |
UTF-8 | O\ | 110000101001001001001111110000101001001001011100 | c2924fc2925c |
UHC | ?O?\ | 00111111010011110011111101011100 | 3f4f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)