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 | OEiOEiB | 1001001001001111100100100100010101101001100100100100111110010010010001010110100101000010 | 924f924569924f92456942 |
SJIS-WIN | ?O?Ei?O?EiB | 0011111101001111001111110100010101101001001111110100111100111111010001010110100101000010 | 3f4f3f45693f4f3f456942 |
EUC-JP | ?O?Ei?O?EiB | 0011111101001111001111110100010101101001001111110100111100111111010001010110100101000010 | 3f4f3f45693f4f3f456942 |
UTF-8 | OEiOEiB | 110000101001001001001111110000101001001001000101011010011100001010010010010011111100001010010010010001010110100101000010 | c2924fc2924569c2924fc292456942 |
UHC | ?O?Ei?O?EiB | 0011111101001111001111110100010101101001001111110100111100111111010001010110100101000010 | 3f4f3f45693f4f3f456942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)