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 | OFOF^ | 100100100100111110010010010001101001001001001111100100100100011001011110 | 924f9246924f92465e |
SJIS-WIN | ?O?F?O?F^ | 001111110100111100111111010001100011111101001111001111110100011001011110 | 3f4f3f463f4f3f465e |
EUC-JP | ?O?F?O?F^ | 001111110100111100111111010001100011111101001111001111110100011001011110 | 3f4f3f463f4f3f465e |
UTF-8 | OFOF^ | 11000010100100100100111111000010100100100100011011000010100100100100111111000010100100100100011001011110 | c2924fc29246c2924fc292465e |
UHC | ?O?F?O?F^ | 001111110100111100111111010001100011111101001111001111110100011001011110 | 3f4f3f463f4f3f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)