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ÐvoÐvB | 1001100001101111100100101101000001110110100110000110111110010010110100000111011001000010 | 986f92d076986f92d07642 |
SJIS-WIN | ?o??v?o??vB | 0011111101101111001111110011111101110110001111110110111100111111001111110111011001000010 | 3f6f3f3f763f6f3f3f7642 |
EUC-JP | ?o??v?o??vB | 0011111101101111001111110011111101110110001111110110111100111111001111110111011001000010 | 3f6f3f3f763f6f3f3f7642 |
UTF-8 | oÐvoÐvB | 1100001010011000011011111100001010010010110000111001000001110110110000101001100001101111110000101001001011000011100100000111011001000010 | c2986fc292c39076c2986fc292c3907642 |
UHC | ?o?Ðv?o?ÐvB | 00111111011011110011111110101000101000100111011000111111011011110011111110101000101000100111011001000010 | 3f6f3fa8a2763f6f3fa8a27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)