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 | OF[OF[^ | 1001001001001111100100100100011001011011100100100100111110010010010001100101101101011110 | 924f92465b924f92465b5e |
SJIS-WIN | ?O?F[?O?F[^ | 0011111101001111001111110100011001011011001111110100111100111111010001100101101101011110 | 3f4f3f465b3f4f3f465b5e |
EUC-JP | ?O?F[?O?F[^ | 0011111101001111001111110100011001011011001111110100111100111111010001100101101101011110 | 3f4f3f465b3f4f3f465b5e |
UTF-8 | OF[OF[^ | 110000101001001001001111110000101001001001000110010110111100001010010010010011111100001010010010010001100101101101011110 | c2924fc292465bc2924fc292465b5e |
UHC | ?O?F[?O?F[^ | 0011111101001111001111110100011001011011001111110100111100111111010001100101101101011110 | 3f4f3f465b3f4f3f465b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)