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 | Ó£ÒýIoBF | 1101001110100011110100101111110101001001011011110100001001000110 | d3a3d2fd496f4246 |
SJIS-WIN | ?£??IoBF | 001111111000000110010010001111110011111101001001011011110100001001000110 | 3f81923f3f496f4246 |
EUC-JP | Ó£ÒýIoBF | 100011111010101011010001101000011111001010001111101010101101001010001111101010111111001001001001011011110100001001000110 | 8faad1a1f28faad28fabf2496f4246 |
UTF-8 | Ó£ÒýIoBF | 110000111001001111000010101000111100001110010010110000111011110101001001011011110100001001000110 | c393c2a3c392c3bd496f4246 |
UHC | ????IoBF | 0011111100111111001111110011111101001001011011110100001001000110 | 3f3f3f3f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)