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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 蔕悠oBF | 11100100111101101001011101001001011011110100001001000110 | e4f697496f4246 |
EUC-JP | 蔕悠oBF | 11101000111110001100110110101010011011110100001001000110 | e8f8cdaa6f4246 |
UTF-8 | 蔕悠oBF | 111010001001010010010101111001101000001010100000011011110100001001000110 | e89495e682a06f4246 |
UHC | ?悠oBF | 001111111110101011101101011011110100001001000110 | 3feaed6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)