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